Skip to content

Commit

Permalink
Use released ppc750cl & update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Sep 10, 2024
1 parent 199c07e commit 235dc7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,11 @@ $ cargo run --release
Or using `cargo install`.

```shell
$ cargo install --git https://github.com/encounter/objdiff.git objdiff-gui
# or, for wgpu backend (recommended on macOS)
$ cargo install --git https://github.com/encounter/objdiff.git objdiff-gui --features wgpu

# then run objdiff
$ objdiff
$ cargo install --locked --git https://github.com/encounter/objdiff.git objdiff-gui objdiff-cli
```

The binaries will be installed to `~/.cargo/bin` as `objdiff` and `objdiff-cli`.

## License

Licensed under either of
Expand Down
2 changes: 1 addition & 1 deletion objdiff-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gimli = { version = "0.31", default-features = false, features = ["read-all"], o
# ppc
cwdemangle = { version = "1.0", optional = true }
cwextab = { version = "0.2", optional = true }
ppc750cl = { git = "https://github.com/encounter/ppc750cl", rev = "6cbd7d888c7082c2c860f66cbb9848d633f753ed", optional = true }
ppc750cl = { version = "0.3", optional = true }

# mips
rabbitizer = { version = "1.12", optional = true }
Expand Down

0 comments on commit 235dc7f

Please sign in to comment.