Skip to content

Commit

Permalink
Updated to egui 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEthra committed Sep 26, 2024
1 parent c151a8f commit 2fbf8da
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 @@ -12,10 +12,10 @@ readme = "README.md"
path = "src/lib.rs"

[dependencies]
egui = { version = "0.28.0", default-features = false }
egui = { version = "0.29", default-features = false }

[dev-dependencies]
eframe = { version = "0.28.0", default-features = false, features = [
eframe = { version = "0.29", default-features = false, features = [
"default_fonts",
"glow",
] }
Expand Down

0 comments on commit 2fbf8da

Please sign in to comment.