StrawberryBF/SampleGame/BeefProj.toml

9 lines
224 B
TOML
Raw Normal View History

2020-05-09 12:05:29 +08:00
FileVersion = 1
Dependencies = {corlib = "*", SDL2 = "*", Strawberry = "*"}
[Project]
Name = "SampleGame"
TargetType = "BeefGUIApplication"
StartupObject = "Strawberry.Sample.Program"
DefaultNamespace = "Strawberry.Sample"