renaming folders
Test / build_and_test (push) Successful in 27s
Build / build (push) Successful in 38s

This commit is contained in:
2026-06-16 14:28:21 +02:00
parent 38f802b294
commit d8a5452c6f
39 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const implementations = [_]ImplementationDesc{
},
.{
.name = "soft",
.root_source_file = "src/soft/lib.zig",
.root_source_file = "src/software/lib.zig",
.vulkan_version = .{ .major = 1, .minor = 0, .patch = 0 },
.custom = customSoft,
.options = optionsSoft,