diff --git a/Cargo.lock b/Cargo.lock index c484961..8f991a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -771,7 +771,8 @@ dependencies = [ [[package]] name = "destiny-pkg" version = "0.9.3" -source = "git+https://github.com/v4nguard/destiny-pkg#8dfc18d7a3574bcefd48c007ea0ab48777e666bd" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2b186820224f4965ec3febb3e04af8f33e81c8ae7c630dd302986e27ee5fc35" dependencies = [ "aes", "aes-gcm", diff --git a/Cargo.toml b/Cargo.toml index 633284a..7ab26c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.75" clap = { version = "4.3.11", features = ["derive"] } -destiny-pkg = { git = "https://github.com/v4nguard/destiny-pkg", version = "0.9.3" } +destiny-pkg = "0.9.3" vgmstream = { git = "https://github.com/cohaereo/vgmstream-rs/", version = "0.1.2" } eframe = { version = "0.23.0", default-features = false, features = [ "default_fonts",