Skip to content

Commit

Permalink
Update to egui 0.27 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
sornas authored Apr 9, 2024
1 parent 9cd86b6 commit 5df5723
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.25", features = ["bytemuck"] }
egui = { version = "0.27", features = ["bytemuck"] }
miniquad = { version = "=0.4.0" }
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.25", default-features = false }
egui_demo_lib = { version = "0.27", default-features = false }
glam = "0.22.0"

[profile.release]
Expand Down

0 comments on commit 5df5723

Please sign in to comment.