wgpu: add missing libs on Windows

This commit is contained in:
Laytan Laats
2025-02-27 18:27:31 +01:00
parent 77c7087de3
commit 30f65372de

View File

@@ -30,6 +30,8 @@ when ODIN_OS == .Windows {
"system:gdi32.lib",
"system:ole32.lib",
"system:oleaut32.lib",
"system:propsys.lib",
"system:runtimeobject.lib",
}
} else when ODIN_OS == .Darwin {
@(private) ARCH :: "x86_64" when ODIN_ARCH == .amd64 else "aarch64" when ODIN_ARCH == .arm64 else #panic("unsupported WGPU Native architecture")