diff options
| author | Lucas Perlind <perlindluca@gmail.com> | 2025-04-24 20:33:08 +1000 |
|---|---|---|
| committer | Lucas Perlind <perlindluca@gmail.com> | 2025-04-24 20:34:32 +1000 |
| commit | 5e985bcd748cabd3b09f00372ffbcfdb8b7cd550 (patch) | |
| tree | e9c9173b415c582ed46b454745d6ca28a3be6148 /examples | |
| parent | 5c117bde6de7affac2a07d531e8bd75b007043fb (diff) | |
Remove dependency on runtime; Add to examples
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_main.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index 0e7648f96..0a17227b8 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -118,6 +118,7 @@ import relative "core:relative" import reflect "core:reflect" import runtime "base:runtime" +import sanitizer "base:sanitizer" import simd "core:simd" import x86 "core:simd/x86" import slice "core:slice" @@ -275,3 +276,4 @@ _ :: uuid_legacy _ :: utf8 _ :: utf8string _ :: utf16 +_ :: sanitizer |