mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 03:10:06 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
@@ -6,7 +6,7 @@ package text_edit
|
||||
* https://rxi.github.io/a_simple_undo_system.html
|
||||
*/
|
||||
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
import "core:time"
|
||||
import "core:mem"
|
||||
import "core:strings"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package text_match
|
||||
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
import "core:unicode"
|
||||
import "core:unicode/utf8"
|
||||
import "core:strings"
|
||||
|
||||
@@ -12,7 +12,7 @@ import "core:io"
|
||||
import "core:fmt"
|
||||
import "core:mem"
|
||||
import "core:mem/virtual"
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
|
||||
Cell :: struct {
|
||||
text: string,
|
||||
|
||||
Reference in New Issue
Block a user