diff options
| author | gingerBill <bill@gingerbill.org> | 2021-08-21 14:09:48 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-08-21 14:09:48 +0100 |
| commit | 01a888fcedbdcfa4bd86de6e3346104cad8faa8a (patch) | |
| tree | 90e62abfb70e75c16c41fe602dd5e395dbe19f4c | |
| parent | f0437a42422ee84d20c06b5731f963923acb858c (diff) | |
Update import path
| -rw-r--r-- | examples/demo/demo.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin index 408351ecb..1a6eddd8d 100644 --- a/examples/demo/demo.odin +++ b/examples/demo/demo.odin @@ -7,7 +7,7 @@ import "core:thread" import "core:time" import "core:reflect" import "core:runtime" -import "intrinsics" +import "core:intrinsics" /* |