mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 10:20:05 +00:00
7 lines
146 B
Odin
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")
|