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
+1 -1
View File
@@ -8,7 +8,7 @@ package vendor_commonmark
import "core:c"
import "core:c/libc"
import "core:runtime"
import "base:runtime"
COMMONMARK_SHARED :: #config(COMMONMARK_SHARED, false)
BINDING_VERSION :: Version_Info{major = 0, minor = 30, patch = 2}