mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-31 04:15:54 +00:00
Upgrade to latest threemf
This commit is contained in:
parent
1f381a0b35
commit
3918896cd8
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2543,9 +2543,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "threemf"
|
name = "threemf"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c0c98800ca8044fa88359515e47c1e2a432dd463b7cfb0764307d5e643e6cc93"
|
checksum = "02a12818d477c54ac38deb1bd8e222036385b594c020f02097914b6ac81cfff3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"zip",
|
"zip",
|
||||||
|
@ -18,7 +18,7 @@ futures = "0.3.21"
|
|||||||
nalgebra = "0.30.0"
|
nalgebra = "0.30.0"
|
||||||
parry3d-f64 = "0.8.0"
|
parry3d-f64 = "0.8.0"
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
threemf = "0.2.0"
|
threemf = "0.3.0"
|
||||||
tracing = "0.1.33"
|
tracing = "0.1.33"
|
||||||
wgpu = "0.12.0"
|
wgpu = "0.12.0"
|
||||||
wgpu_glyph = "0.16.0"
|
wgpu_glyph = "0.16.0"
|
||||||
|
@ -85,7 +85,7 @@ fn main() -> anyhow::Result<()> {
|
|||||||
triangles,
|
triangles,
|
||||||
};
|
};
|
||||||
|
|
||||||
threemf::write(path, &mesh)?;
|
threemf::write(&path, &mesh)?;
|
||||||
|
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user