mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-31 04:15:54 +00:00
Remove unused dependency
This commit is contained in:
parent
679f1ff226
commit
af7b9be9cf
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1116,7 +1116,6 @@ dependencies = [
|
|||||||
"bytemuck",
|
"bytemuck",
|
||||||
"egui",
|
"egui",
|
||||||
"egui-wgpu",
|
"egui-wgpu",
|
||||||
"egui-winit",
|
|
||||||
"fj-interop",
|
"fj-interop",
|
||||||
"fj-math",
|
"fj-math",
|
||||||
"raw-window-handle 0.4.3",
|
"raw-window-handle 0.4.3",
|
||||||
|
@ -13,7 +13,6 @@ categories.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
bytemuck = "1.12.1"
|
bytemuck = "1.12.1"
|
||||||
egui = "0.19.0"
|
egui = "0.19.0"
|
||||||
egui-winit = "0.19.0"
|
|
||||||
fj-interop.workspace = true
|
fj-interop.workspace = true
|
||||||
fj-math.workspace = true
|
fj-math.workspace = true
|
||||||
raw-window-handle = "0.4.3"
|
raw-window-handle = "0.4.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user