mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-07 03:18:30 +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",
|
||||
"bytemuck",
|
||||
"glam",
|
||||
"iter_fixed",
|
||||
"pollster",
|
||||
"threemf",
|
||||
"tuples",
|
||||
@ -634,6 +635,12 @@ dependencies = [
|
||||
"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]]
|
||||
name = "jni"
|
||||
version = "0.21.1"
|
||||
|
@ -6,6 +6,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "*"
|
||||
iter_fixed = "*"
|
||||
pollster = "*"
|
||||
threemf = "*"
|
||||
tuples = "*"
|
||||
|
Loading…
Reference in New Issue
Block a user