Remove unused dependency

This commit is contained in:
Hanno Braun 2025-01-23 21:51:14 +01:00
parent 3e1afe5f88
commit 6c29384c8c
2 changed files with 0 additions and 8 deletions

View File

@ -85,12 +85,6 @@ version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
[[package]]
name = "anymap3"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "170433209e817da6aae2c51aa0dd443009a613425dd041ebfb2492d1c4c11a25"
[[package]]
name = "arbitrary"
version = "1.4.1"
@ -507,7 +501,6 @@ name = "fj"
version = "0.0.0"
dependencies = [
"anyhow",
"anymap3",
"bytemuck",
"glam",
"glyphon",

View File

@ -6,7 +6,6 @@ edition = "2021"
[dependencies]
anyhow = "*"
anymap3 = "*"
glyphon = "*"
iter_fixed = "*"
itertools = "*"