Files
Vulkan-Beef-Example/BeefProj.toml
2026-06-08 17:42:10 +02:00

16 lines
640 B
TOML

FileVersion = 1
[Project]
Name = "Vulkan.Example"
TargetType = "BeefGUIApplication"
StartupObject = "Vulkan.Example.Program"
[Dependencies]
corlib = "*"
"Glfw.git" = {Git = "https://git.unicon-gmbh.de/BeefBindings/Glfw.git"}
"VulkanMemoryAllocator.git" = {Git = "https://git.unicon-gmbh.de/BeefBindings/VulkanMemoryAllocator.git"}
"Vulkan-Beef.git" = {Git = "https://git.unicon-gmbh.de/Rune/Vulkan-Beef.git"}
[Configs.Debug.Win64]
PreBuildCmds = ["glslangvalidator -V $(ProjectDir)/src/shader.vert.glsl -o $(ProjectDir)/src/shader.vert.spv", "glslangvalidator -V $(ProjectDir)/src/shader.frag.glsl -o $(ProjectDir)/src/shader.frag.spv"]