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

Add example_web app

This commit is contained in:
Emil Ernerfeldt
2020-11-17 23:24:14 +01:00
parent 7e9b5de250
commit 0cb3bb791b
14 changed files with 272 additions and 64 deletions

View File

@@ -1,3 +1,4 @@
#![forbid(unsafe_code)]
#![deny(warnings)]
#![warn(clippy::all)]