This commit is contained in:
Rune
2026-03-05 20:10:53 +01:00
commit cca2d94747
89 changed files with 58347 additions and 0 deletions

7
Example/BeefProj.toml Normal file
View File

@@ -0,0 +1,7 @@
FileVersion = 1
Dependencies = {corlib = "*", SDL3 = "*"}
[Project]
Name = "SDL3.Example"
TargetType = "BeefGUIApplication"
StartupObject = "SDL3.Example.Program"