bevy/crates/bevy_window/Cargo.toml

10 lines
261 B
TOML
Raw Normal View History

2020-04-06 03:19:02 +00:00
[package]
name = "bevy_window"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
[dependencies]
bevy_app = { path = "../bevy_app" }
2020-04-19 19:13:04 +00:00
legion = { path = "../bevy_legion" }
2020-04-06 03:19:02 +00:00
uuid = { version = "0.8", features = ["v4", "serde"] }