summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2026-08-15 20:44:10 -0700
committerKai Stevenson <kai@kaistevenson.com>2026-08-15 20:44:10 -0700
commit05135beb87bbf0edace544b80ba40e327d9a89ac (patch)
tree1ec3fc0d3cf041c57273e92ecbe751756c616f67 /Cargo.lock
parent43cae9ac71f2d6933ba3ea25641585bb88ae60ad (diff)
factor code out of main, optimizations
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f0fb962..70f52c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -991,6 +991,15 @@ dependencies = [
]
[[package]]
+name = "fxhash"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
+dependencies = [
+ "byteorder",
+]
+
+[[package]]
name = "gethostname"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2242,6 +2251,7 @@ dependencies = [
"egui-winit",
"env_logger",
"futures",
+ "fxhash",
"puffin",
"puffin_http",
"rand",