forked from zkat/big-brain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* basic working example * add basic ui * Cleanup and add docs * clippy :) * Use `first` instead * More sensible default numbers
- Loading branch information
1 parent
089df73
commit 997cea9
Showing
4 changed files
with
651 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ version = "0.18.0" | |
authors = ["Kat Marchán <[email protected]>"] | ||
edition = "2021" | ||
description = "Rusty Utility AI library" | ||
exclude = ["assets/"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
keywords = ["utility-ai", "bevy", "ai", "ecs"] | ||
|
@@ -20,6 +21,7 @@ big-brain-derive = { version = "=0.18.0", path = "./derive" } | |
[dev-dependencies] | ||
bevy = { version = "0.12.1", default-features = true } | ||
rand = { version = "0.8.5", features = ["small_rng"] } | ||
bevy-scene-hook = "9.0.0" | ||
|
||
[features] | ||
trace = [] |
Binary file not shown.
Oops, something went wrong.