Skip to content

Commit

Permalink
Update to egui 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 30, 2023
1 parent a54d839 commit 92448f2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ rust-version = "1.72"


[dependencies]
egui = "0.24.0"
eframe = { version = "0.24.0", default-features = false, features = [
egui = "0.24.1"
eframe = { version = "0.24.1", default-features = false, features = [
"accesskit", # Make egui comptaible with screen readers. NOTE: adds a lot of dependencies.
"default_fonts", # Embed the default egui fonts.
"glow", # Use the glow rendering backend. Alternative: "wgpu".
Expand Down

0 comments on commit 92448f2

Please sign in to comment.