egui_plot: don't use git version
This commit is contained in:
@@ -47,8 +47,7 @@ epaint = { git = "https://github.com/titaniumtown/egui.git", default-features =
|
||||
"bytemuck",
|
||||
] }
|
||||
emath = { git = "https://github.com/titaniumtown/egui.git", default-features = false }
|
||||
egui_plot = { git = "https://github.com/emilk/egui_plot.git", default-features = false }
|
||||
|
||||
egui_plot = { version = "0.34.0", default-features = false }
|
||||
|
||||
|
||||
shadow-rs = { version = "0.12", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user