17 lines
278 B
TOML
17 lines
278 B
TOML
[package]
|
|
name = "basic"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
default_font = []
|
|
x11 = ["bevy/x11"]
|
|
wayland = ["bevy/wayland"]
|
|
windows = ["bevy/bevy_winit"]
|
|
|
|
[dependencies]
|
|
bevy = "0.12.1"
|
|
bevy_controls = { path = "./../../" }
|
|
strum = "0.25.0"
|
|
strum_macros = "0.25.3"
|