mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-11 06:27:55 +00:00
Version 0.2.2
- Add application icon - Fixes for objects containing multiple sections with the same name
This commit is contained in:
14
Cargo.lock
generated
14
Cargo.lock
generated
@@ -1926,9 +1926,10 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "objdiff"
|
||||
version = "0.2.0"
|
||||
version = "0.2.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
"cfg-if",
|
||||
"console_error_panic_hook",
|
||||
"const_format",
|
||||
@@ -1943,6 +1944,7 @@ dependencies = [
|
||||
"notify",
|
||||
"object",
|
||||
"path-slash",
|
||||
"png",
|
||||
"ppc750cl",
|
||||
"rabbitizer",
|
||||
"reqwest",
|
||||
@@ -1958,6 +1960,7 @@ dependencies = [
|
||||
"twox-hash",
|
||||
"vergen",
|
||||
"winapi",
|
||||
"winres",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3520,6 +3523,15 @@ dependencies = [
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "winres"
|
||||
version = "0.1.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
|
||||
dependencies = [
|
||||
"toml",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wio"
|
||||
version = "0.2.2"
|
||||
|
||||
Reference in New Issue
Block a user