egui_plot: don't use git version

This commit is contained in:
2025-12-04 18:33:19 -05:00
parent 66f0bd5b02
commit 134f11c628
3 changed files with 3 additions and 41 deletions

View File

@@ -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 }