diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-22 13:04:21 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-22 18:21:31 -0400 |
| commit | 3aa232a894340ea13d2fc57090c8ad149f5c482a (patch) | |
| tree | a7fc7c89a0e51274098be77c87a329d569c2dcd4 /examples | |
| parent | 9866b54d59721d62137f2a8279f015aeef0f7a4f (diff) | |
Move v3 and v5 UUID procs to `uuid/legacy`
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 d39fbe79f..9c0d28a91 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -63,6 +63,7 @@ import xml "core:encoding/xml" import endian "core:encoding/endian" import cbor "core:encoding/cbor" import uuid "core:encoding/uuid" +import uuid_legacy "core:encoding/uuid/legacy" import fmt "core:fmt" import hash "core:hash" @@ -239,6 +240,7 @@ _ :: flags _ :: sysinfo _ :: unicode _ :: uuid +_ :: uuid_legacy _ :: utf8 _ :: utf8string _ :: utf16 |