Skip to content

Commit

Permalink
disable accesskit again
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiano-barrera committed May 22, 2024
1 parent b670e5e commit 4980384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcjs_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ mcjs_vm = { path = "../mcjs_vm", features = ["debugger", "tracing"] }
anyhow = "1.0.75"
swc_common = "~0.31.0"
env_logger = "0.10.1"
egui = { version = "0.26" }
eframe = { version = "0.26" }
egui = { version = "0.26", default-features = false }
eframe = { version = "0.26", default-features = false, features = ["default_fonts", "glow", "wayland", "puffin"] }
egui_tiles = "0.7.2"
serde = "1.0.197"
thiserror = "1.0.57"
Expand Down

0 comments on commit 4980384

Please sign in to comment.