better compile-time information

This commit is contained in:
Simon Gardling
2022-03-02 17:07:23 -05:00
parent 2416a0def0
commit f2bd775262
5 changed files with 50 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
#![allow(clippy::unused_unit)] // Fixes clippy keep complaining about wasm_bindgen
#![feature(const_mut_refs)]
mod egui_app;
mod function;