mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-07 19:38:29 +00:00
Prepare for expanding math
module
This commit is contained in:
parent
5b85d38761
commit
1137726ea8
7
experiments/2024-10-30/Cargo.lock
generated
7
experiments/2024-10-30/Cargo.lock
generated
@ -439,6 +439,7 @@ dependencies = [
|
|||||||
"anyhow",
|
"anyhow",
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"glam",
|
"glam",
|
||||||
|
"iter_fixed",
|
||||||
"pollster",
|
"pollster",
|
||||||
"threemf",
|
"threemf",
|
||||||
"tuples",
|
"tuples",
|
||||||
@ -634,6 +635,12 @@ dependencies = [
|
|||||||
"hashbrown 0.15.1",
|
"hashbrown 0.15.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "iter_fixed"
|
||||||
|
version = "0.4.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "592ff74cdc6a923b2ae357dad7db2f5dcbf5d4ace9afcf3ab7c7f20b209fd949"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jni"
|
name = "jni"
|
||||||
version = "0.21.1"
|
version = "0.21.1"
|
||||||
|
@ -6,6 +6,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "*"
|
anyhow = "*"
|
||||||
|
iter_fixed = "*"
|
||||||
pollster = "*"
|
pollster = "*"
|
||||||
threemf = "*"
|
threemf = "*"
|
||||||
tuples = "*"
|
tuples = "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user