Emil Ernerfeldt
15254f8235
Remove the single_threaded/multi_threaded feature flags ( #1390 )
Always use parking_lot for mutexes, i.e. always be multi-threaded.
Closes #1379
3 years ago
Emil Ernerfeldt
c3fc8997d6
Introduce egui_extras with RetainedImage for loading svg,png,jpeg,… ( #1282 )
3 years ago
Emil Ernerfeldt
532990d3dd
emilk.github.io -> www.egui.rs
3 years ago
Emil Ernerfeldt
cdd4dccf5f
Add egui_glow as an opt-in backend to eframe ( #817 )
* Make egui_glow and opt-in backend for eframe
* Add egui_glow to Cargo.toml and to CI
* Reference egui_glow where egui_glium is mentioned
* Remove path-patches from root Cargo.toml
* Add instructions on how to enable the glow backend of eframe
3 years ago
AlexApps99
877e89f2ec
Add egui_glow backend as alternative to egui_glium ( #685 )
3 years ago
Emil Ernerfeldt
1b36863248
Split out new crate egui-winit from egui_glium ( #735 )
3 years ago
Benjamin Bouvier
e22c242d17
Use ab_glyph instead of rusttype for font rendering ( #490 )
* Use ab_glyph instead of rusttype for font rendering
* address review feedback
3 years ago
Emil Ernerfeldt
bdbc59455c
Improve documentation for the most common widgets
4 years ago
Emil Ernerfeldt
82350a2f1e
Improve documentation
4 years ago