You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ivo Vollrath 67c6002578
Fix mac scroll modifier (#402)
4 years ago
..
examples demo_app: Remove screen_reader from default features 4 years ago
src Fix mac scroll modifier (#402) 4 years ago
CHANGELOG.md Fix mac scroll modifier (#402) 4 years ago
Cargo.toml Tell docs.rs to use the --all-features flag when generating docs 4 years ago
README.md Add note about required libraries on Linux 4 years ago

README.md

Latest version Documentation MIT Apache

egui_glium

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

For linux you need to sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev to use egui_glium.