Prepare for expanding math module

This commit is contained in:
Hanno Braun 2024-11-21 19:03:21 +01:00
parent 5b85d38761
commit 1137726ea8
2 changed files with 8 additions and 0 deletions

View File

@ -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"

View File

@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "*"
iter_fixed = "*"
pollster = "*"
threemf = "*"
tuples = "*"