Skip to content
Snippets Groups Projects
Cargo.toml 522 B
Newer Older
Kat Marchán's avatar
Kat Marchán committed
[package]
name = "big-brain"
Kat Marchán's avatar
Kat Marchán committed
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2021"
Kat Marchán's avatar
Kat Marchán committed
description = "Rusty Utility AI library"
license = "Apache-2.0"
Kat Marchán's avatar
Kat Marchán committed
readme = "README.md"
keywords = ["utility-ai", "bevy", "ai", "ecs"]
Kat Marchán's avatar
Kat Marchán committed
categories = ["game-development"]
repository = "https://github.com/zkat/big-brain"
homepage = "https://github.com/zkat/big-brain"
Kat Marchán's avatar
Kat Marchán committed

[dependencies]
bevy = { version = "0.6.0", default-features = false }
bevy = { version = "0.6.0", default-features = true }