mirror of
https://github.com/bevyengine/bevy
synced 2024-12-11 22:02:34 +00:00
9 lines
No EOL
195 B
TOML
9 lines
No EOL
195 B
TOML
[package]
|
|
name = "hello_world"
|
|
version = "0.1.0"
|
|
authors = ["Thomas Gillen <thomas.gillen@googlemail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
legion = { path = "../.." }
|
|
tracing-subscriber = "0.2" |