Enable odin check examples/all for JS.

This commit is contained in:
Jeroen van Rijn
2025-06-03 20:01:22 +02:00
parent 986cfbcaf4
commit ae5c92ac38
12 changed files with 269 additions and 125 deletions
+2 -7
View File
@@ -1,10 +1,5 @@
#+build linux
package all
import linux "core:sys/linux"
import xlib "vendor:x11/xlib"
_ :: linux
_ :: xlib
@(require) import "core:sys/linux"
@(require) import "vendor:x11/xlib"