mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@ package vendor_gl
|
||||
import "core:os"
|
||||
import "core:fmt"
|
||||
import "core:strings"
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
_ :: fmt
|
||||
_ :: runtime
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -2,7 +2,7 @@ package vendor_gl
|
||||
|
||||
#assert(size_of(bool) == size_of(u8))
|
||||
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
import "core:fmt"
|
||||
_ :: runtime
|
||||
_ :: fmt
|
||||
|
||||
Reference in New Issue
Block a user