first commit

This commit is contained in:
2026-05-29 19:12:18 +02:00
commit 0d469e0538
8 changed files with 977 additions and 0 deletions

10
BeefSpace.toml Normal file
View File

@@ -0,0 +1,10 @@
FileVersion = 1
[Workspace]
StartupProject = "Vulkan.Example"
[Projects]
"Vulkan.Example" = {Path = "."}
Vulkan = {Path = "../BeefBindings_Vulkan"}
"Glfw.git" = {Git = "https://git.unicon-gmbh.de/BeefBindings/Glfw.git"}
VulkanMemoryAllocator = {Path = "../../RandomStuff/Cpp2Beef/Bindings/VulkanMemoryAllocator"}