add kqueue to docs

This commit is contained in:
Laytan Laats
2024-11-01 16:42:06 +01:00
parent f798f0b446
commit 7fd32a74c5
+2
View File
@@ -2,5 +2,7 @@
package all package all
import posix "core:sys/posix" import posix "core:sys/posix"
import kqueue "core:sys/kqueue"
_ :: posix _ :: posix
_ :: kqueue