Files
Odin/vendor/wgpu/glfwglue/glue.odin
T
2024-06-12 17:22:02 +02:00

7 lines
146 B
Odin

//+build !linux
//+build !windows
//+build !darwin
package wgpu_glfw_glue
#panic("package wgpu/glfwglue is not supported on the current target")