mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +00:00
Add dependency on anymap3
This commit is contained in:
parent
68a8880cee
commit
66d4d4d455
7
experiments/2024-12-09/Cargo.lock
generated
7
experiments/2024-12-09/Cargo.lock
generated
@ -85,6 +85,12 @@ 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"
|
||||
@ -504,6 +510,7 @@ name = "fj"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"anymap3",
|
||||
"bytemuck",
|
||||
"glam",
|
||||
"glyphon",
|
||||
|
@ -6,6 +6,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "*"
|
||||
anymap3 = "*"
|
||||
glyphon = "*"
|
||||
iter_fixed = "*"
|
||||
itertools = "*"
|
||||
|
Loading…
Reference in New Issue
Block a user