@@ -8,7 +8,7 @@ edition = "2021"
88[dependencies ]
99egui = " 0.26"
1010egui_plot = " 0.26"
11- eframe = { version = " 0.26.0 " , default-features = false , features = [
11+ eframe = { version = " 0.26" , default-features = false , features = [
1212 " default_fonts" , # Embed the default egui fonts.
1313 " glow" , # Use the glow rendering backend. Alternative: "wgpu".
1414 " persistence" , # Enable restoring app state when restarting the app.
@@ -17,20 +17,20 @@ tracing-subscriber = "0.3"
1717serde = { version = " 1" , features = [" derive" ] }
1818rand = " 0.8.5"
1919random_word = { version = " 0.4" , features = [" en" ] }
20- catppuccin-egui = { git = " https://github.com/catppuccin/egui.git " }
21- egui_extras =" 0.26.0 "
22- egui-notify = { git = " https://github.com/ItsEthra/egui-notify.git " }
20+ catppuccin-egui = { version = " 5 " }
21+ egui_extras =" 0.26"
22+ egui-notify = { version = " 0.13 " }
2323egui_dock = " 0.11.4"
24- log = " 0.4.20 "
24+ log = " 0.4"
2525getrandom = { version = " 0.2" , features = [" js" ] }
26- web-time = " 0.2.0 "
26+ web-time = " 1 "
2727
2828[target .'cfg(target_arch = "wasm32")' .dependencies ]
29- wasm-bindgen = " 0.2.87 "
29+ wasm-bindgen = " 0.2"
3030console_error_panic_hook = " 0.1.7"
3131tracing-wasm = " 0.2"
3232wasm-bindgen-futures = " 0.4"
33- wgpu = { version = " 0.17.1 " , features = [" webgl" ] }
33+ wgpu = { version = " 0.19 " , features = [" webgl" ] }
3434
3535[profile .release ]
3636opt-level = 2 # fast and small wasm
0 commit comments