File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ all-features = true
1212targets = [" x86_64-unknown-linux-gnu" , " wasm32-unknown-unknown" ]
1313
1414[dependencies ]
15- egui = " 0.34.1 "
16- eframe = { version = " 0.34.1 " , features = [" persistence" ] }
15+ egui = " 0.35.0 "
16+ eframe = { version = " 0.35.0 " , features = [" persistence" ] }
1717log = " 0.4.27"
1818
1919# You only need serde if you want app persistence:
@@ -39,8 +39,8 @@ opt-level = 2
3939[patch .crates-io ]
4040
4141# If you want to use the bleeding edge version of egui and eframe:
42- egui = { git = " https://github.com/emilk/egui" , branch = " main" }
43- eframe = { git = " https://github.com/emilk/egui" , branch = " main" }
42+ # egui = { git = "https://github.com/emilk/egui", branch = "main" }
43+ # eframe = { git = "https://github.com/emilk/egui", branch = "main" }
4444
4545# If you fork https://github.com/emilk/egui you can test with:
4646# egui = { path = "../egui/crates/egui" }
You can’t perform that action at this time.
0 commit comments