aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-01-28 22:18:51 +0000
committergingerBill <bill@gingerbill.org>2024-01-28 22:18:51 +0000
commit3e7e779abf305f55a5b4fe59f3b905b397c0fe87 (patch)
tree8c92f5f4fc9e7eb7d83f03c80e592c77299f06ad /examples
parent6a07effdd2cb7c369aa4c9711ff66b840abe3033 (diff)
Replace `core:*` to `base:*` where appropriate
Diffstat (limited to 'examples')
-rw-r--r--examples/all/all_main.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin
index 0872e0550..5f03508df 100644
--- a/examples/all/all_main.odin
+++ b/examples/all/all_main.odin
@@ -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"