Skip to content

Commit

Permalink
Don't depend on egui from the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
rib committed Oct 1, 2024
1 parent 77f77c2 commit 0924de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ wayland = ["winit/wayland", "bytemuck"]
x11 = ["winit/x11", "bytemuck"]

[dependencies]
egui = { workspace = true, default-features = false, features = ["log"] }
egui = { version = "0.28", default-features = false, features = ["log"] }

ahash.workspace = true
log.workspace = true
Expand Down

0 comments on commit 0924de7

Please sign in to comment.