We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2070e commit e5e1a83Copy full SHA for e5e1a83
Cargo.toml
@@ -48,11 +48,3 @@ pretty_assertions = "1.4.1"
48
ron = "0.8.1"
49
rstest = "0.24"
50
strum = { version = "0.26.3", features = ["derive"] }
51
-
52
-# If you want to use the bleeding edge version of egui and eframe:
53
-# egui = { git = "https://github.com/emilk/egui", branch = "master" }
54
-# eframe = { git = "https://github.com/emilk/egui", branch = "master" }
55
56
-# If you fork https://github.com/emilk/egui you can test with:
57
-# egui = { path = "../egui/crates/egui" }
58
-# eframe = { path = "../egui/crates/eframe" }
0 commit comments