2024-02-26 23:12:14 +00:00
|
|
|
[package]
|
|
|
|
name = "bevy_example"
|
|
|
|
version = "0.3.0"
|
|
|
|
edition = "2021"
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-07-07 20:17:44 +00:00
|
|
|
bevy = { version = "0.14", features = ["dynamic_linking"] }
|
2024-06-19 22:05:02 +00:00
|
|
|
blenvy = { path = "../../crates/blenvy" }
|
2024-06-18 20:26:18 +00:00
|
|
|
#bevy_editor_pls = { version = "0.8" }
|
2024-02-26 23:12:14 +00:00
|
|
|
rand = "0.8.5"
|
2024-03-20 16:57:06 +00:00
|
|
|
json-writer ="0.3"
|