vendor:x11/xlib add IS_SUPPORTED constant to match core:time and friends

This commit is contained in:
fleandro
2025-01-05 17:50:52 +00:00
parent 98967aad74
commit 25cdc3736e
3 changed files with 6 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
package xlib
// Value, specifying whether `vendor:x11/xlib` is available on the current platform.
IS_SUPPORTED :: ODIN_OS == .Linux || ODIN_OS == .FreeBSD || ODIN_OS == .OpenBSD