mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
10 lines
240 B
TOML
10 lines
240 B
TOML
#TODO missing script for the "hello_world" example and the "wayland" flag
|
|
[source]
|
|
git = "https://github.com/bevyengine/bevy"
|
|
rev = "22e39c4abf6e2fdf99ba0820b3c35db73be71347"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libwayland",
|
|
]
|