improved git commit fetching

This commit is contained in:
Simon Gardling
2022-02-24 21:12:50 -05:00
parent 6f8a7c9cc2
commit ee2936dfc4
6 changed files with 27 additions and 28 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::new("".to_string());
let app = egui_app::MathApp::default();
let options = eframe::NativeOptions {
// Let's show off that we support transparent windows
transparent: true,