Skip to content

Commit

Permalink
bump egui to 0.30 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus authored Dec 27, 2024
1 parent ba78c53 commit d2aa2d4
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 @@ -14,12 +14,12 @@ include = ["src/*.rs", "Cargo.toml", "LICENSE"]

[dependencies]
log = "0.4"
egui = "0.29"
egui = "0.30"
regex = "1.11"
hashbrown = "0.15"

[dev-dependencies]
eframe = "0.29"
eframe = "0.30"
multi_log = "0.1"
env_logger = "0.11"

Expand Down

0 comments on commit d2aa2d4

Please sign in to comment.