1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00
Files
egui/egui_glow
Jay Oster dd99f68e82 Update winit to 0.26 (#930)
Also update glium, glutin and rfd
2021-12-20 22:44:53 +01:00
..
2021-12-20 22:44:53 +01:00
2021-12-20 22:44:53 +01:00

egui_glow

Latest version Documentation MIT Apache

This crates provides bindings between egui and glow which allows you to write GUI code using egui and compile it and run it natively, cross platform.

To use on Linux, first run:

sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev

This crate depends on egui-winit.