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

persitent interaction with buttons

This commit is contained in:
Emil Ernerfeldt
2018-12-26 15:28:38 +01:00
parent 094f8216c5
commit 7c3aa61c02
6 changed files with 105 additions and 53 deletions

View File

@@ -3,3 +3,6 @@ set -eu
echo "Lint and clean up typescript:"
tslint --fix docs/*.ts
echo "Cargo clippy"
cargo clippy