diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2026-01-14 19:03:15 +0100 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2026-01-14 19:03:15 +0100 |
| commit | 5fcf210c916135a66283b65cd7785cbbe091ebee (patch) | |
| tree | c16ad89b2ca8fe370d1bf60f97135ffff813ed8a /examples | |
| parent | 792e6c75ee08ba62ca5578ec3ec273e90a94668b (diff) | |
uring: move package from nbio/uring to sys/linux/uring
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_linux.odin | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/all/all_linux.odin b/examples/all/all_linux.odin index 2b70fa1e1..d7d005ba0 100644 --- a/examples/all/all_linux.odin +++ b/examples/all/all_linux.odin @@ -2,4 +2,5 @@ package all @(require) import "core:sys/linux" -@(require) import "vendor:x11/xlib"
\ No newline at end of file +@(require) import "core:sys/linux/uring" +@(require) import "vendor:x11/xlib" |