1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -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

@@ -68,4 +68,4 @@ 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.
winit= ["egui-winit","glutin"]
winit = ["egui-winit", "glutin"]