Skip to content

Commit

Permalink
Try out emilk/egui#5488
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 16, 2024
1 parent ae2e06e commit 1d92a49
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 53 deletions.
150 changes: 99 additions & 51 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ opt-level = 2
[patch.crates-io]

# If you want to use the bleeding edge version of egui and eframe:
# egui = { git = "https://github.com/emilk/egui", branch = "master" }
# eframe = { git = "https://github.com/emilk/egui", branch = "master" }
egui = { git = "https://github.com/emilk/egui", rev = "13742f7bc67007343359e296d2d858b22f292868" }
eframe = { git = "https://github.com/emilk/egui", rev = "13742f7bc67007343359e296d2d858b22f292868" }

# If you fork https://github.com/emilk/egui you can test with:
# egui = { path = "../egui/crates/egui" }
Expand Down

0 comments on commit 1d92a49

Please sign in to comment.