From 3aa232a894340ea13d2fc57090c8ad149f5c482a Mon Sep 17 00:00:00 2001 From: Feoramund <161657516+Feoramund@users.noreply.github.com> Date: Sat, 22 Jun 2024 13:04:21 -0400 Subject: Move v3 and v5 UUID procs to `uuid/legacy` --- examples/all/all_main.odin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') 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 -- cgit v1.2.3