This commit is contained in:
Rune
2026-03-29 16:33:12 +02:00
parent 7d1f63c3bf
commit 486babcf0d
10 changed files with 51167 additions and 0 deletions

6
Setup/BeefProj.toml Normal file
View File

@@ -0,0 +1,6 @@
FileVersion = 1
Dependencies = {corlib = "*", Expat = "*"}
[Project]
Name = "Vulkan.Setup"
StartupObject = "Vulkan.Setup.Program"

5
Setup/BeefSpace.toml Normal file
View File

@@ -0,0 +1,5 @@
FileVersion = 1
Projects = {"Vulkan.Setup" = {Path = "."}, Expat = {Path = "../../../RandomStuff/Cpp2Beef/Bindings/Expat"}}
[Workspace]
StartupProject = "Vulkan.Setup"

1677
Setup/src/Program.bf Normal file

File diff suppressed because it is too large Load Diff