Skip to content

Commit

Permalink
Update egui to v0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Barugon committed Feb 6, 2024
1 parent 9446e28 commit bbf21a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["file-dialog", "file-picker"]
license = "MIT"
name = "egui_file"
repository = "https://github.com/Barugon/egui_file"
version = "0.14.1"
version = "0.15.0"

[dependencies.egui]
version = "0.25"
version = "0.26"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Taken from the [Dotrix](https://github.com/lowenware/dotrix) project, made into

````toml
[dependencies]
egui_file = "0.14"
eframe = "0.25"
egui_file = "0.15"
eframe = "0.26"
````

````rust
Expand Down

0 comments on commit bbf21a4

Please sign in to comment.