mirror of https://github.com/encounter/objdiff.git
Use released ppc750cl & update README.md
This commit is contained in:
parent
199c07e975
commit
235dc7f517
|
@ -3285,8 +3285,9 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ppc750cl"
|
name = "ppc750cl"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
source = "git+https://github.com/encounter/ppc750cl?rev=6cbd7d888c7082c2c860f66cbb9848d633f753ed#6cbd7d888c7082c2c860f66cbb9848d633f753ed"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "b2a50eb2cbe906e0b9d06c91a8c3b3d359c4f636fedcdd293a10826eaf47c3a8"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ppv-lite86"
|
name = "ppv-lite86"
|
||||||
|
|
|
@ -167,14 +167,11 @@ $ cargo run --release
|
||||||
Or using `cargo install`.
|
Or using `cargo install`.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ cargo install --git https://github.com/encounter/objdiff.git objdiff-gui
|
$ cargo install --locked --git https://github.com/encounter/objdiff.git objdiff-gui objdiff-cli
|
||||||
# or, for wgpu backend (recommended on macOS)
|
|
||||||
$ cargo install --git https://github.com/encounter/objdiff.git objdiff-gui --features wgpu
|
|
||||||
|
|
||||||
# then run objdiff
|
|
||||||
$ objdiff
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The binaries will be installed to `~/.cargo/bin` as `objdiff` and `objdiff-cli`.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Licensed under either of
|
Licensed under either of
|
||||||
|
|
|
@ -58,7 +58,7 @@ gimli = { version = "0.31", default-features = false, features = ["read-all"], o
|
||||||
# ppc
|
# ppc
|
||||||
cwdemangle = { version = "1.0", optional = true }
|
cwdemangle = { version = "1.0", optional = true }
|
||||||
cwextab = { version = "0.2", 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
|
# mips
|
||||||
rabbitizer = { version = "1.12", optional = true }
|
rabbitizer = { version = "1.12", optional = true }
|
||||||
|
|
Loading…
Reference in New Issue