Skip to content

Commit

Permalink
switch to egui fork from mwcampbell
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiano-barrera committed May 24, 2024
1 parent 4980384 commit 1d0874f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mcjs_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ 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", default-features = false }
eframe = { version = "0.26", default-features = false, features = ["default_fonts", "glow", "wayland", "puffin"] }
egui_tiles = "0.7.2"
egui = "0.27"
eframe = "0.27"
egui_tiles = "0.8"
serde = "1.0.197"
thiserror = "1.0.57"
dirs = "5.0.1"
rmp-serde = "1.1.2"

jemallocator = "0.5"

[patch.crates-io]
egui = { git = "https://github.com/emilk/egui", branch = "master" }
eframe = { git = "https://github.com/emilk/egui", branch = "master" }

[patch.crates-io]
egui = { git = "https://github.com/mwcampbell/egui", branch = "accesskit-0.14-winit-0.29" }
eframe = { git = "https://github.com/mwcampbell/egui", branch = "accesskit-0.14-winit-0.29" }

0 comments on commit 1d0874f

Please sign in to comment.