1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

Improve some feature flags

This commit is contained in:
Emil Ernerfeldt
2022-01-31 19:17:49 +01:00
parent 2183e9fdea
commit b5aaa5fa6f
6 changed files with 25 additions and 13 deletions

View File

@@ -58,7 +58,7 @@ default_fonts = ["egui/default_fonts"]
# enable opening links in a browser when an egui hyperlink is clicked.
links = ["egui-winit/links"]
# enable code for sabing
# enable code for saving state
persistence = [
"egui-winit/persistence",
"egui/persistence",
@@ -71,6 +71,5 @@ persistence = [
screen_reader = ["egui-winit/screen_reader"]
# enable glutin/winit integration.
# if you want to use glow painter on web disable it.
# if disabled reduce crate size and build time.
# if you want to use glow painter on web disable this feature.
winit = ["egui-winit", "glutin"]