mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-21 13:55:19 +00:00
Move v3 and v5 UUID procs to uuid/legacy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user