Skip to content

Commit 235dc7f

Browse files
committed
Use released ppc750cl & update README.md
1 parent 199c07e commit 235dc7f

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,11 @@ $ cargo run --release
167167
Or using `cargo install`.
168168

169169
```shell
170-
$ cargo install --git https://github.com/encounter/objdiff.git objdiff-gui
171-
# or, for wgpu backend (recommended on macOS)
172-
$ cargo install --git https://github.com/encounter/objdiff.git objdiff-gui --features wgpu
173-
174-
# then run objdiff
175-
$ objdiff
170+
$ cargo install --locked --git https://github.com/encounter/objdiff.git objdiff-gui objdiff-cli
176171
```
177172

173+
The binaries will be installed to `~/.cargo/bin` as `objdiff` and `objdiff-cli`.
174+
178175
## License
179176

180177
Licensed under either of

objdiff-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ gimli = { version = "0.31", default-features = false, features = ["read-all"], o
5858
# ppc
5959
cwdemangle = { version = "1.0", optional = true }
6060
cwextab = { version = "0.2", optional = true }
61-
ppc750cl = { git = "https://github.com/encounter/ppc750cl", rev = "6cbd7d888c7082c2c860f66cbb9848d633f753ed", optional = true }
61+
ppc750cl = { version = "0.3", optional = true }
6262

6363
# mips
6464
rabbitizer = { version = "1.12", optional = true }

0 commit comments

Comments
 (0)