Skip to content

Commit

Permalink
fix: remove dark-light feature from egui-glow egui-winit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
yusdacra committed Mar 6, 2022
1 parent 833829e commit 1d85866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egui_glow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ memoffset = "0.6"
tracing = "0.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
egui-winit = { version = "0.17.0", path = "../egui-winit", default-features = false, features = ["dark-light", "epi"], optional = true }
egui-winit = { version = "0.17.0", path = "../egui-winit", default-features = false, features = ["epi"], optional = true }
glutin = { version = "0.28.0", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit 1d85866

Please sign in to comment.