Add dependency on anymap3

This commit is contained in:
Hanno Braun 2025-01-13 20:35:58 +01:00
parent 68a8880cee
commit 66d4d4d455
2 changed files with 8 additions and 0 deletions

View File

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

View File

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