mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Move egui_plot to its own repo (#4828)
* Part of https://github.com/emilk/egui/issues/4705 `egui_plot` can now be found at https://github.com/emilk/egui_plot
This commit is contained in:
@@ -6,7 +6,6 @@ members = [
|
||||
"crates/egui_demo_lib",
|
||||
"crates/egui_extras",
|
||||
"crates/egui_glow",
|
||||
"crates/egui_plot",
|
||||
"crates/egui-wgpu",
|
||||
"crates/egui-winit",
|
||||
"crates/egui",
|
||||
@@ -58,7 +57,6 @@ emath = { version = "0.28.1", path = "crates/emath", default-features = false }
|
||||
ecolor = { version = "0.28.1", path = "crates/ecolor", default-features = false }
|
||||
epaint = { version = "0.28.1", path = "crates/epaint", default-features = false }
|
||||
egui = { version = "0.28.1", path = "crates/egui", default-features = false }
|
||||
egui_plot = { version = "0.28.1", path = "crates/egui_plot", default-features = false }
|
||||
egui-winit = { version = "0.28.1", path = "crates/egui-winit", default-features = false }
|
||||
egui_extras = { version = "0.28.1", path = "crates/egui_extras", default-features = false }
|
||||
egui-wgpu = { version = "0.28.1", path = "crates/egui-wgpu", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user