Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Jannis <55352293+fluxxcode@users.noreply.github.com>
  • Loading branch information
hacknus and fluxxcode authored Dec 5, 2024
1 parent c55350c commit f3e3d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ eframe = { version = "0.29.1", default-features = false, features = [
"glow",
"persistence",
] }
egui-file-dialog = { path = "." , features = ["information_view"]}
egui-file-dialog = { path = "." , features = ["information_view"] }
egui_extras = { version = "0.29", features = ["all_loaders"] }
# required by the egui loaders
image = { version = "0.25.5", features = ["bmp", "jpeg", "gif", "png", "tiff", "rayon"] }
Expand Down

0 comments on commit f3e3d2d

Please sign in to comment.