first commit
This commit is contained in:
15
BeefProj.toml
Normal file
15
BeefProj.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
FileVersion = 1
|
||||
|
||||
[Project]
|
||||
Name = "Vulkan.Example"
|
||||
TargetType = "BeefGUIApplication"
|
||||
StartupObject = "Vulkan.Example.Program"
|
||||
|
||||
[Dependencies]
|
||||
corlib = "*"
|
||||
Vulkan = "*"
|
||||
"Glfw.git" = {Git = "https://git.unicon-gmbh.de/BeefBindings/Glfw.git"}
|
||||
VulkanMemoryAllocator = "*"
|
||||
|
||||
[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"]
|
||||
Reference in New Issue
Block a user