diff --git a/examples/select_file/Cargo.toml b/examples/select_file/Cargo.toml index c4c0c403..c5c6f30a 100644 --- a/examples/select_file/Cargo.toml +++ b/examples/select_file/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] eframe = { workspace = true } -egui-file-dialog = { path = "../../" } \ No newline at end of file +egui-file-dialog = { path = "../../"} \ No newline at end of file