Skip to content

Commit

Permalink
update to official egui release 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriopass committed Jan 11, 2024
1 parent 3fc6388 commit 012be7b
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 80 deletions.
141 changes: 71 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ resolver = "2"
default-members = ["native_app"]

[workspace.dependencies]
egui = { git = "https://github.com/emilk/egui" }
egui = "0.25.0"
flat_spatial = "0.6"
egui_extras = { git = "https://github.com/emilk/egui" }
egui_plot = { git = "https://github.com/emilk/egui" }
egui_extras = "0.25.0"
egui_plot = "0.25.0"
ordered-float = { version = "4.2.0", default-features = false }
oddio = "0.7.4"
derive_more = "0.99.17"
Expand Down
Loading

0 comments on commit 012be7b

Please sign in to comment.