toggle dark mode

This commit is contained in:
Simon Gardling
2022-03-07 23:43:47 -05:00
parent 7fd9561af5
commit 654f2a67c5
5 changed files with 50 additions and 10 deletions

View File

@@ -5,6 +5,8 @@ mod egui_app;
mod function;
mod misc;
mod parsing;
#[macro_use]
extern crate lazy_static;
cfg_if::cfg_if! {
if #[cfg(target_arch = "wasm32")] {