Make unshell-obfuscate into a re-export

This commit is contained in:
Michael Mikovsky
2026-01-26 09:47:40 -07:00
parent 5d6d746985
commit 2aa61e80eb
8 changed files with 25 additions and 45 deletions
-19
View File
@@ -46,22 +46,3 @@ egui-async = "0.2.6"
wasm-bindgen-futures = "0.4.50"
wasm-bindgen = "0.2.106"
web-sys = {version = "0.3.70", features = ['Headers', 'Request', 'RequestInit', 'RequestMode', 'Response', 'Window']}
[profile.release]
opt-level = 2 # fast and small wasm
# lto = true
# Optimize all dependencies even in debug builds:
[profile.dev.package."*"]
opt-level = 2
[patch.crates-io]
# If you want to use the bleeding edge version of egui and eframe:
# egui = { git = "https://github.com/emilk/egui", branch = "main" }
# eframe = { git = "https://github.com/emilk/egui", branch = "main" }
# If you fork https://github.com/emilk/egui you can test with:
# egui = { path = "../egui/crates/egui" }
# eframe = { path = "../egui/crates/eframe" }