mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2024-11-25 16:18:56 +08:00
9 lines
224 B
TOML
9 lines
224 B
TOML
|
FileVersion = 1
|
||
|
Dependencies = {corlib = "*", SDL2 = "*", Strawberry = "*"}
|
||
|
|
||
|
[Project]
|
||
|
Name = "SampleGame"
|
||
|
TargetType = "BeefGUIApplication"
|
||
|
StartupObject = "Strawberry.Sample.Program"
|
||
|
DefaultNamespace = "Strawberry.Sample"
|