1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00
This commit is contained in:
Emil Ernerfeldt
2021-11-03 19:35:20 +01:00
parent 804722a1ba
commit c71090473b
6 changed files with 15 additions and 7 deletions

View File

@@ -43,9 +43,10 @@ default = ["default_fonts"]
# If set, egui will use `include_bytes!` to bundle some fonts.
# If you plan on specifying your own fonts you may disable this feature.
default_fonts = ["egui/default_fonts"]
# Use glow as the renderer
glow = ["egui_glow", "egui_glow/epi"]
persistence = ["egui/persistence", "ron", "serde"]
screen_reader = ["tts"] # experimental
glow =["egui_glow","egui_glow/epi"]
[dependencies.web-sys]
version = "0.3.52"