Switched to core:sys/posix from copied stuff

This commit is contained in:
n
2024-11-07 19:10:21 -08:00
parent 7fb888e814
commit 39b67efd0b
4 changed files with 1 additions and 207 deletions

View File

@ -3,8 +3,7 @@ package libusb
import "core:c"
import "core:fmt"
//TODO: Make multiplatform
//TODO: Switch to sys/posix when linux support is finished
import "posix"
import "core:sys/posix"
//TODO: Probably want to switch this to being statically linked
foreign import lib "system:usb-1.0"