Replace core:* to base:* where appropriate

This commit is contained in:
gingerBill
2024-01-28 22:18:51 +00:00
parent 6a07effdd2
commit 3e7e779abf
180 changed files with 225 additions and 225 deletions

View File

@@ -94,7 +94,7 @@ import slashpath "core:path/slashpath"
import filepath "core:path/filepath"
import reflect "core:reflect"
import runtime "core:runtime"
import runtime "base:runtime"
import simd "core:simd"
import slice "core:slice"
import slice_heap "core:slice/heap"