diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2025-05-20 15:32:01 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2025-05-20 19:27:58 -0400 |
| commit | 30c1b887414197268bc866aec770786023bd457e (patch) | |
| tree | f9a3e91d8e01d49f6be0e6a1878d67fefe44bde2 /examples | |
| parent | 4329f50d2634307573afa65d022a082206d5e219 (diff) | |
Add `core:terminal`
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_main.odin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index 0a17227b8..97ecfee45 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -129,6 +129,8 @@ import strings "core:strings" import sync "core:sync" import testing "core:testing" +import terminal "core:terminal" + import edit "core:text/edit" import i18n "core:text/i18n" import match "core:text/match" @@ -257,6 +259,7 @@ _ :: strconv _ :: strings _ :: sync _ :: testing +_ :: terminal _ :: scanner _ :: i18n _ :: match |