11 lines
315 B
TOML
11 lines
315 B
TOML
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"}
|