mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package strings
|
||||
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
import "core:unicode/utf8"
|
||||
import "core:strconv"
|
||||
import "core:mem"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package strings
|
||||
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
import "core:mem"
|
||||
|
||||
// Custom string entry struct
|
||||
|
||||
Reference in New Issue
Block a user