Skip to content

Commit

Permalink
Testing potential eframe 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 16, 2024
1 parent 5e5953d commit dbde35f
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 21 deletions.
116 changes: 97 additions & 19 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" } # DONT MERGE
eframe = { git = "https://github.com/emilk/egui", rev = "13742f7bc67007343359e296d2d858b22f292868" } # DONT MERGE

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

0 comments on commit dbde35f

Please sign in to comment.