1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Move WindowSettings from egui_glium to egui-winit

This commit is contained in:
Emil Ernerfeldt
2021-09-30 19:18:51 +02:00
parent 7df2408482
commit e2bdd40985
7 changed files with 17 additions and 22 deletions

View File

@@ -26,6 +26,7 @@ epi = { version = "0.14.0", path = "../epi" }
winit = "0.25"
copypasta = { version = "0.7", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
webbrowser = { version = "0.5", optional = true }
# feature screen_reader
@@ -43,3 +44,5 @@ links = ["webbrowser"]
# experimental support for a screen reader
screen_reader = ["tts"]
serialize = ["egui/serialize", "serde"]