mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-07 17:56:06 +00:00
Remove unused dependencies
This commit is contained in:
parent
8e68d9758d
commit
e613746294
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -980,14 +980,6 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "fj-window"
|
||||
version = "0.49.0"
|
||||
dependencies = [
|
||||
"fj-interop",
|
||||
"fj-math",
|
||||
"fj-viewer",
|
||||
"futures",
|
||||
"thiserror 2.0.12",
|
||||
"winit",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "flate2"
|
||||
|
@ -12,12 +12,3 @@ categories.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
|
||||
[dependencies]
|
||||
fj-interop.workspace = true
|
||||
fj-math.workspace = true
|
||||
fj-viewer.workspace = true
|
||||
futures = "0.3.31"
|
||||
thiserror = "2.0.12"
|
||||
winit = "0.30.9"
|
||||
|
Loading…
x
Reference in New Issue
Block a user