mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-12 13:58:28 +00:00
Prepare for follow-on change
This commit is contained in:
parent
63f228d634
commit
0e4ef20b81
@ -6,8 +6,10 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "*"
|
anyhow = "*"
|
||||||
bytemuck = "*"
|
|
||||||
pollster = "*"
|
pollster = "*"
|
||||||
threemf = "*"
|
threemf = "*"
|
||||||
wgpu = "22.1.0" # pinned for compatibility with `egui`
|
wgpu = "22.1.0" # pinned for compatibility with `egui`
|
||||||
winit = "*"
|
winit = "*"
|
||||||
|
|
||||||
|
[dependencies.bytemuck]
|
||||||
|
version = "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user