aboutsummaryrefslogtreecommitdiff
path: root/vendor/OpenGL
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 /vendor/OpenGL
parent6a07effdd2cb7c369aa4c9711ff66b840abe3033 (diff)
Replace `core:*` to `base:*` where appropriate
Diffstat (limited to 'vendor/OpenGL')
-rw-r--r--vendor/OpenGL/helpers.odin2
-rw-r--r--vendor/OpenGL/wrappers.odin2
2 files changed, 2 insertions, 2 deletions
diff --git a/vendor/OpenGL/helpers.odin b/vendor/OpenGL/helpers.odin
index 82b69b9ae..a7432db95 100644
--- a/vendor/OpenGL/helpers.odin
+++ b/vendor/OpenGL/helpers.odin
@@ -5,7 +5,7 @@ package vendor_gl
import "core:os"
import "core:fmt"
import "core:strings"
-import "core:runtime"
+import "base:runtime"
_ :: fmt
_ :: runtime
diff --git a/vendor/OpenGL/wrappers.odin b/vendor/OpenGL/wrappers.odin
index e17b0eb3c..550ba3cfa 100644
--- a/vendor/OpenGL/wrappers.odin
+++ b/vendor/OpenGL/wrappers.odin
@@ -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