diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-20 22:57:55 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-22 18:21:27 -0400 |
| commit | 4dacddd85e07af165df5093e14f3f1a767cf63d1 (patch) | |
| tree | f386ad01cb964f967f2dbc43b09b314f80e84f02 /examples | |
| parent | 3af9d31bd52c4714beddd2eaf154eadaf81d14b1 (diff) | |
Add `core:encoding/uuid`
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 5202d72be..d39fbe79f 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -62,6 +62,7 @@ import varint "core:encoding/varint" import xml "core:encoding/xml" import endian "core:encoding/endian" import cbor "core:encoding/cbor" +import uuid "core:encoding/uuid" import fmt "core:fmt" import hash "core:hash" @@ -237,6 +238,7 @@ _ :: datetime _ :: flags _ :: sysinfo _ :: unicode +_ :: uuid _ :: utf8 _ :: utf8string _ :: utf16 |