Skip to content

Commit

Permalink
Update egui
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 8, 2022
1 parent cfb2321 commit 27d0600
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
8 changes: 0 additions & 8 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ debug = true

[patch.crates-io]
# 2022-11-08 - improve panels
eframe = { git = "https://github.com/emilk/egui", rev = "35213606c4c62dcf11f24088ae142e8c4b7664b7" }
egui = { git = "https://github.com/emilk/egui", rev = "35213606c4c62dcf11f24088ae142e8c4b7664b7" }
egui_extras = { git = "https://github.com/emilk/egui", rev = "35213606c4c62dcf11f24088ae142e8c4b7664b7" }
egui_glow = { git = "https://github.com/emilk/egui", rev = "35213606c4c62dcf11f24088ae142e8c4b7664b7" }
egui-wgpu = { git = "https://github.com/emilk/egui", rev = "35213606c4c62dcf11f24088ae142e8c4b7664b7" }

# eframe = { path = "../../egui/crates/eframe" }
# egui = { path = "../../egui/crates/egui" }
# egui_extras = { path = "../../egui/crates/egui_extras" }
# egui_glow = { path = "../../egui/crates/egui_glow" }
# egui-wgpu = { path = "../../egui/crates/egui-wgpu" }
# eframe = { git = "https://github.com/emilk/egui", rev = "51ff32797da027125e9ce2b9903251b61d1bb11b" }
# egui = { git = "https://github.com/emilk/egui", rev = "51ff32797da027125e9ce2b9903251b61d1bb11b" }
# egui_extras = { git = "https://github.com/emilk/egui", rev = "51ff32797da027125e9ce2b9903251b61d1bb11b" }
# egui_glow = { git = "https://github.com/emilk/egui", rev = "51ff32797da027125e9ce2b9903251b61d1bb11b" }
# egui-wgpu = { git = "https://github.com/emilk/egui", rev = "51ff32797da027125e9ce2b9903251b61d1bb11b" }

eframe = { path = "../../egui/crates/eframe" }
egui = { path = "../../egui/crates/egui" }
egui_extras = { path = "../../egui/crates/egui_extras" }
egui_glow = { path = "../../egui/crates/egui_glow" }
egui-wgpu = { path = "../../egui/crates/egui-wgpu" }

# Because gltf hasn't published a new version: https://github.com/gltf-rs/gltf/issues/357
gltf = { git = "https://github.com/rerun-io/gltf", rev = "3c14ded73755d1ce9e47010edb06db63cb7e2cca" }
Expand Down

0 comments on commit 27d0600

Please sign in to comment.