bevy/crates/bevy_input/Cargo.toml

10 lines
206 B
TOML
Raw Normal View History

2020-04-05 20:19:02 -07:00
[package]
name = "bevy_input"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
[dependencies]
bevy_app = { path = "../bevy_app" }
2020-04-19 12:13:04 -07:00
legion = { path = "../bevy_legion" }