Skip to content

Commit

Permalink
egui 0.29
Browse files Browse the repository at this point in the history
+ winit 0.30 in examples
  • Loading branch information
adrien-ben committed Sep 27, 2024
1 parent d02ad22 commit 44babac
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 331 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = ["/src", "LICENSE", "README.md", "CHANGELOG.md"]
[dependencies]
thiserror = "1.0"
log = "0.4"
egui = { version = ">=0.26, <=0.28", default-features = false }
egui = { version = ">=0.26, <=0.29", default-features = false }
ash = { version = "0.38", default-features = false, features = ["std"] }

gpu-allocator = { version = "0.27", default-features = false, features = ["vulkan"], optional = true }
Expand All @@ -29,13 +29,13 @@ vk-mem = ["dep:vk-mem"]

[dev-dependencies]
simple_logger = "5.0"
winit = "0.29"
winit = "0.30"
ash = { version = "0.38", default-features = false, features = ["debug", "linked", "std"] }
ash-window = "0.13"
raw-window-handle = "0.6"
image = "0.25"
egui = "0.28"
egui-winit = "0.28"
egui_demo_lib = "0.28"
egui_extras = { version = "0.28", default-features = false, features = ["all_loaders"] }
egui = "0.29"
egui-winit = "0.29"
egui_demo_lib = "0.29"
egui_extras = { version = "0.29", default-features = false, features = ["all_loaders"] }
egui-ash-renderer = { path = ".", features = []}
Loading

0 comments on commit 44babac

Please sign in to comment.