Skip to content

Commit

Permalink
egui 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-ben committed Jul 5, 2024
1 parent 8309a6a commit 5d53c36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ ash-window = "0.12"
raw-window-handle = "0.5"
winit = { version = "0.29", default-features = false, features = ["rwh_05"]}
gltf = "1.3"
egui = "0.27"
egui-winit = "0.27"
egui-ash-renderer = { version = "0.3.0", features = ["dynamic-rendering"]}
egui = "0.28"
egui-winit = "0.28"
egui-ash-renderer = { version = "0.4.0", features = ["dynamic-rendering"]}

[patch.crates-io.gltf]
git = "https://github.com/adrien-ben/gltf"
Expand Down

0 comments on commit 5d53c36

Please sign in to comment.