fixing module export

This commit is contained in:
2025-10-31 17:47:25 +01:00
parent 6d559d719a
commit f95098cead
7 changed files with 35 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ const ImplementationDesc = struct {
const implementations = [_]ImplementationDesc{
.{
.name = "soft",
.root_source_file = "src/soft/libvulkan.zig",
.root_source_file = "src/soft/lib.zig",
},
};