mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
12 lines
No EOL
344 B
TOML
12 lines
No EOL
344 B
TOML
[package]
|
|
name = "bevy_app"
|
|
version = "0.1.0"
|
|
authors = ["Carter Anderson <mcanders1@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bevy_derive = { path = "../bevy_derive" }
|
|
bevy_ecs = { path = "../bevy_ecs" }
|
|
libloading = "0.5.2"
|
|
log = { version = "0.4", features = ["release_max_level_info"] }
|
|
serde = { version = "1.0", features = ["derive"]} |