mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-13 15:16:17 +00:00
Fix release CI (and add sccache) (#52)
* Fix release CI (and add `sccache`) * Rename `objdiff-gui` binary to `objdiff`
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user