bevy/bevy_winit/Cargo.toml
2020-04-05 20:19:02 -07:00

16 lines
No EOL
482 B
TOML

[package]
name = "bevy_winit"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy_app = { path = "../bevy_app" }
bevy_input = { path = "../bevy_input" }
bevy_window = { path = "../bevy_window" }
legion = { path = "../bevy_legion" }
winit = { version = "0.22.0" }
log = { version = "0.4", features = ["release_max_level_info"] }