Fix release CI (and add sccache) (#52)

* Fix release CI (and add `sccache`)

* Rename `objdiff-gui` binary to `objdiff`
This commit is contained in:
Robin Avery
2024-03-03 00:42:24 -05:00
committed by GitHub
parent 9f4a1e86cd
commit 341c1d4b33
2 changed files with 28 additions and 8 deletions

View File

@@ -13,6 +13,10 @@ A local diffing tool for decompilation projects.
publish = false
build = "build.rs"
[[bin]]
name = "objdiff"
path = "src/main.rs"
[features]
default = ["wgpu", "wsl"]
wgpu = ["eframe/wgpu"]