Skip to content

Commit

Permalink
remove fxhash
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 22, 2023
1 parent ee144d4 commit 7aa3731
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ euclid = "0.22.7"
uuid = { version = "1.2.2", features = ["v4"]}
futures = "0.3.25"
anymap = "0.12.1"
fxhash = "0.2.1"
tracing = "0.1"
tracing-subscriber = "0.3.17"
rustc-hash = "1.1.0"
Expand Down
1 change: 0 additions & 1 deletion crates/freya/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ tracing = { workspace = true, optional = true }
tracing-subscriber = { workspace = true, optional = true }

anymap = { workspace = true }
fxhash = { workspace = true }

1 change: 0 additions & 1 deletion crates/state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ accesskit = { workspace = true }
shipyard = "0.6.2"

anymap = { workspace = true }
fxhash = { workspace = true }
uuid = { workspace = true }
bytes = "1.3.0"
smallvec = "1.10.0"
Expand Down

0 comments on commit 7aa3731

Please sign in to comment.