Version 0.2.2

- Add application icon
- Fixes for objects containing multiple
  sections with the same name
This commit is contained in:
2022-12-10 10:34:03 -05:00
parent d1d6f1101b
commit 7219e72acf
12 changed files with 92 additions and 38 deletions

14
Cargo.lock generated
View File

@@ -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"