Skip to content

Commit b786898

Browse files
committed
Update egui to 0.35.0
1 parent 76b1e9e commit b786898

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ all-features = true
1212
targets = ["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"] }
1717
log = "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" }

0 commit comments

Comments
 (0)