Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
podusowski committed Dec 16, 2024
2 parents b8404f9 + dcf330c commit fe57566
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.31.0"
[workspace.dependencies]
image = { version = "0.25", default-features = false }
log = "0.4"
egui = "0.29.1"
egui_extras = { version = "0.29.1", features = ["svg"] }
eframe = "0.29.1"
egui-winit = "0.29.1"
egui = "0.30.0"
egui_extras = { version = "0.30.0", features = ["svg"] }
eframe = "0.30.0"
egui-winit = "0.30.0"

0 comments on commit fe57566

Please sign in to comment.