remove uuid

This commit is contained in:
Simon Gardling
2022-05-24 13:09:00 -04:00
parent e346b0a2e3
commit a60f1cb83d
4 changed files with 15 additions and 19 deletions

16
Cargo.lock generated
View File

@@ -625,7 +625,7 @@ version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6ee87af31d84ef885378aebca32be3d682b0e0dc119d5b4860a2c5bb5046730"
dependencies = [
"uuid 0.8.2",
"uuid",
]
[[package]]
@@ -2133,7 +2133,7 @@ dependencies = [
"debugid",
"memmap2 0.5.3",
"stable_deref_trait",
"uuid 0.8.2",
"uuid",
]
[[package]]
@@ -2402,16 +2402,6 @@ version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
[[package]]
name = "uuid"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0"
dependencies = [
"getrandom",
"rand",
]
[[package]]
name = "valuable"
version = "0.1.0"
@@ -2811,6 +2801,7 @@ dependencies = [
"egui",
"emath",
"epaint",
"getrandom",
"instant",
"itertools",
"lazy_static",
@@ -2826,7 +2817,6 @@ dependencies = [
"tracing-subscriber",
"tracing-wasm",
"unzip-n",
"uuid 1.0.0",
"wasm-bindgen",
"web-sys",
"wee_alloc",