mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
9 lines
206 B
TOML
9 lines
206 B
TOML
[package]
|
|
name = "bevy_input"
|
|
version = "0.1.0"
|
|
authors = ["Carter Anderson <mcanders1@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bevy_app = { path = "../bevy_app" }
|
|
legion = { path = "../bevy_legion" }
|