cleanup + git commit info

This commit is contained in:
Simon Gardling
2022-02-24 20:47:15 -05:00
parent 1ddc3774a1
commit 6f8a7c9cc2
7 changed files with 51 additions and 50 deletions

View File

@@ -7,7 +7,7 @@ mod misc;
// For running the program natively! (Because why not?)
#[cfg(not(target_arch = "wasm32"))]
fn main() {
let app = egui_app::MathApp::default();
let app = egui_app::MathApp::new("".to_string());
let options = eframe::NativeOptions {
// Let's show off that we support transparent windows
transparent: true,