mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-15 05:38:03 +00:00
Prepare to open window
This commit is contained in:
parent
2a9042361d
commit
ae869965c8
7
experiments/2024-10-30/Cargo.lock
generated
7
experiments/2024-10-30/Cargo.lock
generated
@ -465,6 +465,7 @@ name = "fj"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"pollster",
|
||||
"threemf",
|
||||
"wgpu",
|
||||
"winit",
|
||||
@ -1230,6 +1231,12 @@ dependencies = [
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pollster"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
|
||||
|
||||
[[package]]
|
||||
name = "presser"
|
||||
version = "0.3.1"
|
||||
|
@ -6,6 +6,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "*"
|
||||
pollster = "*"
|
||||
threemf = "*"
|
||||
wgpu = "*"
|
||||
winit = "*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user