Skip to content

Commit

Permalink
Update to egui 0.22.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapir authored Jun 8, 2023
1 parent e7077ae commit 22a34d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]

[dependencies]
bytemuck = "1.9"
egui = { version = "0.21.0", features = ["bytemuck"] }
egui = { version = "0.22.0", features = ["bytemuck"] }
miniquad = { version = "0.3.12" }
quad-url = "0.1"

Expand All @@ -31,7 +31,7 @@ quad-rand = "0.2.1"
copypasta = "0.8.1"

[dev-dependencies]
egui_demo_lib = { version = "0.21.0", default-features = false }
egui_demo_lib = { version = "0.22.0", default-features = false }
glam = "0.22.0"

[profile.release]
Expand Down

0 comments on commit 22a34d9

Please sign in to comment.