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