big changes

This commit is contained in:
Simon Gardling
2022-03-03 09:58:04 -05:00
parent cee67810b4
commit 7421549a88
4 changed files with 72 additions and 24 deletions

View File

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