my first crate
This commit is contained in:
21
Cargo.toml
21
Cargo.toml
@ -1,20 +1,29 @@
|
||||
cargo-features = ["codegen-backend"]
|
||||
|
||||
[[bin]]
|
||||
name = "first_app"
|
||||
|
||||
[[bin]]
|
||||
name = "snake"
|
||||
|
||||
[package]
|
||||
name = "glite"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "first_app"
|
||||
|
||||
[[bin]]
|
||||
name = "minesweeper"
|
||||
|
||||
[[bin]]
|
||||
name = "snake"
|
||||
|
||||
[features]
|
||||
debug = []
|
||||
|
||||
[dependencies]
|
||||
bevy = { version = "0.15.0", features = ["dynamic_linking"] }
|
||||
bevy-inspector-egui = "0.28.0"
|
||||
colored = "2.1.0"
|
||||
k = "0.32.0"
|
||||
rand = "0.8.5"
|
||||
run = "0.1.0"
|
||||
|
||||
# Enable a small amount of optimization in the dev profile.
|
||||
[profile.dev]
|
||||
|
Reference in New Issue
Block a user