Theater-Gui/BeefProj.toml

8 lines
170 B
TOML
Raw Normal View History

2024-05-12 12:02:59 +02:00
FileVersion = 1
2024-07-07 00:19:31 +02:00
Dependencies = {corlib = "*", corlib = "*", raylib-beef = "*"}
2024-05-12 12:02:59 +02:00
[Project]
Name = "TheaterGui"
TargetType = "BeefLib"
2024-05-12 12:02:59 +02:00
StartupObject = "TheaterGui.Program"