bevy/crates/bevy_legion/example/hello_world/Cargo.toml

9 lines
195 B
TOML
Raw Normal View History

2020-04-25 01:14:31 +00:00
[package]
name = "hello_world"
version = "0.1.0"
authors = ["Thomas Gillen <thomas.gillen@googlemail.com>"]
edition = "2018"
[dependencies]
legion = { path = "../.." }
tracing-subscriber = "0.2"