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

Improve example app

This commit is contained in:
Emil Ernerfeldt
2020-05-10 19:04:10 +02:00
parent 34b4c985a2
commit f1c57cb950
7 changed files with 194 additions and 64 deletions

View File

@@ -1,4 +1,5 @@
#![deny(warnings)]
#![warn(clippy::all)]
pub mod webgl;