mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
16 lines
No EOL
482 B
TOML
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"] } |