Browse Source

wgpu import

Jeroen van Rijn 1 year ago
parent
commit
8eafd9eb82
1 changed files with 2 additions and 0 deletions
  1. 2 0
      vendor/wgpu/wgpu.odin

+ 2 - 0
vendor/wgpu/wgpu.odin

@@ -25,6 +25,8 @@ when ODIN_OS == .Windows {
 		"system:ntdll.lib",
 		"system:opengl32.lib",
 		"system:advapi32.lib",
+		"system:user32.lib",
+		"system:gdi32.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")