mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Place dark-light behind a feature gate in eframe and egui_glow (#1437)
This commit is contained in:
@@ -42,6 +42,8 @@ screen_reader = [
|
||||
"egui_web/screen_reader",
|
||||
]
|
||||
|
||||
dark-light = [ "egui-winit/dark-light"] # detect dark mode system preference
|
||||
|
||||
|
||||
[dependencies]
|
||||
egui = { version = "0.17.0", path = "../egui", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user