1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

[doc] improve docstrings in Egui

This commit is contained in:
Emil Ernerfeldt
2020-08-09 17:24:32 +02:00
parent e26150e46f
commit 3facd5c587
21 changed files with 101 additions and 20 deletions

3
egui_glium/README.md Normal file
View File

@@ -0,0 +1,3 @@
# egui_glium
This crates provides bindings between [Egui](crates.io/crates/egui) and [glium](https://crates.io/crates/glium) which allows you to write GUI code using Egui and compile it and run it natively, cross platform.