mirror of
https://github.com/emilk/egui.git
synced 2026-07-12 01:28:54 +00:00
8eb687cf04
* working. but x11 blurry * fixed x11 blurry. was just accidentally using multisampling even when user didnt request it * allow dbg macro temporarily * add windows WGL fallback support when EGL fails * fmt * glutin features explicitly added * extract glutin context creation into a fn * fix warnings