Skip to content

Commit 4fb8971

Browse files
committed
Use egui 0.33
1 parent 6533202 commit 4fb8971

File tree

2 files changed

+31
-22
lines changed

2 files changed

+31
-22
lines changed

Cargo.lock

Lines changed: 27 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ all-features = true
1111
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
1212

1313
[dependencies]
14-
egui = "0.32.3"
15-
eframe = { version = "0.32.3", default-features = false, features = [
14+
egui = "0.33.0"
15+
eframe = { version = "0.33.0", default-features = false, features = [
1616
"accesskit", # Make egui compatible with screen readers. NOTE: adds a lot of dependencies.
1717
"default_fonts", # Embed the default egui fonts.
1818
"glow", # Use the glow rendering backend. Alternative: "wgpu".
@@ -45,8 +45,8 @@ opt-level = 2
4545
[patch.crates-io]
4646

4747
# If you want to use the bleeding edge version of egui and eframe:
48-
egui = { git = "https://github.com/emilk/egui", branch = "main" }
49-
eframe = { git = "https://github.com/emilk/egui", branch = "main" }
48+
# egui = { git = "https://github.com/emilk/egui", branch = "main" }
49+
# eframe = { git = "https://github.com/emilk/egui", branch = "main" }
5050

5151
# If you fork https://github.com/emilk/egui you can test with:
5252
# egui = { path = "../egui/crates/egui" }

0 commit comments

Comments
 (0)