Theater-Gui/examples/BeefProj.toml

10 lines
246 B
TOML
Raw Permalink Normal View History

2024-06-30 14:38:28 +02:00
FileVersion = 1
Dependencies = {corlib = "*", TheaterGui = "*", raylib-backend = "*"}
2024-06-30 14:38:28 +02:00
[Project]
Name = "examples"
StartupObject = "examples.Program"
2024-06-30 21:31:22 +02:00
[Configs.Release.wasm32]
OtherLinkFlags = "$(LinkFlags) --shell-file $(ProjectDir)/index.html"