Skip to content

Commit

Permalink
fix: remove local dependency on egui_ui_refresh for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-Yom committed Nov 16, 2023
1 parent 38a6bbe commit df5b34f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include = ["src/**/*", "README.md", "CHANGELOG.md", "assets/Haxe.sublime-syntax"
eframe = { version = "0.23", default-features = false }
# Docking tabs
egui_dock = { version = "0.8" }
egui_ui_refresh = { version = "0.1", path = "../../../egui_ui_refresh" }
egui_ui_refresh = { version = "0.1" } #, path = "../../../egui_ui_refresh" }
# Core library
hlbc = { version = "0.7", path = "../hlbc", default-features = false }
# Decompiler
Expand Down

0 comments on commit df5b34f

Please sign in to comment.