1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

[refactor] rename 'example' to 'demo', and add simple example_glium

This commit is contained in:
Emil Ernerfeldt
2020-07-23 12:01:48 +02:00
parent bf19eb2ec5
commit 61cdec8fca
20 changed files with 235 additions and 148 deletions

View File

@@ -5,4 +5,4 @@ cargo fmt --all -- --check
cargo check --all-features
cargo clippy
cargo run --bin example_glium --release
cargo run --bin demo_glium --release