Update "core:runtime" to "base:runtime"

This commit is contained in:
Lucas Perlind
2024-04-07 09:02:01 +10:00
parent 2bb20a2c1c
commit a71cd07b36
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
//+build darwin
package darwin
import "core:runtime"
import "base:runtime"
foreign import core_foundation "system:CoreFoundation.framework"