Skip to content

Commit

Permalink
fix: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc committed Mar 25, 2024
1 parent b7b47ba commit 97c9a21
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
egui = "0.26"
egui_plot = "0.26"
eframe = { version = "0.26.0", default-features = false, features = [
eframe = { version = "0.26", default-features = false, features = [
"default_fonts", # Embed the default egui fonts.
"glow", # Use the glow rendering backend. Alternative: "wgpu".
"persistence", # Enable restoring app state when restarting the app.
Expand All @@ -17,20 +17,20 @@ tracing-subscriber = "0.3"
serde = { version = "1", features = ["derive"] }
rand = "0.8.5"
random_word = { version = "0.4", features = ["en"] }
catppuccin-egui = { git = "https://github.com/catppuccin/egui.git" }
egui_extras ="0.26.0"
egui-notify = { git = "https://github.com/ItsEthra/egui-notify.git" }
catppuccin-egui = { version = "5" }
egui_extras ="0.26"
egui-notify = { version = "0.13" }
egui_dock = "0.11.4"
log = "0.4.20"
log = "0.4"
getrandom = { version = "0.2", features = ["js"] }
web-time = "0.2.0"
web-time = "1"

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2"
console_error_panic_hook = "0.1.7"
tracing-wasm = "0.2"
wasm-bindgen-futures = "0.4"
wgpu = { version = "0.17.1", features = ["webgl"] }
wgpu = { version = "0.19", features = ["webgl"] }

[profile.release]
opt-level = 2 # fast and small wasm
Expand Down

0 comments on commit 97c9a21

Please sign in to comment.