Skip to content

Commit 97c9a21

Browse files
committed
fix: bump versions
1 parent b7b47ba commit 97c9a21

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
egui = "0.26"
1010
egui_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"
1717
serde = { version = "1", features = ["derive"] }
1818
rand = "0.8.5"
1919
random_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" }
2323
egui_dock = "0.11.4"
24-
log = "0.4.20"
24+
log = "0.4"
2525
getrandom = { 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"
3030
console_error_panic_hook = "0.1.7"
3131
tracing-wasm = "0.2"
3232
wasm-bindgen-futures = "0.4"
33-
wgpu = { version = "0.17.1", features = ["webgl"] }
33+
wgpu = { version = "0.19", features = ["webgl"] }
3434

3535
[profile.release]
3636
opt-level = 2 # fast and small wasm

0 commit comments

Comments
 (0)