Skip to content

Commit

Permalink
Chore: update git deps
Browse files Browse the repository at this point in the history
- enum-map to a newer version of the GAT PR (KamilaBorowska/enum-map#35)
- mp4 to the rebased Hdlr PR (alfg/mp4-rust#95)
  • Loading branch information
DCNick3 committed Jun 17, 2023
1 parent e27a4c8 commit a0b420f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resolver = "2"
[workspace.dependencies]
glam = "0.24.0"
# git version for GATs
enum-map = { git = "https://github.com/xfix/enum-map.git", rev = "942b6f0fefc41d1e9626f952e60ea88386838e68" }
enum-map = { git = "https://github.com/xfix/enum-map.git", rev = "41493d462d401a8a5b99972543d1249a931a7e03" }
#enum-map = { path = "/home/dcnick3/git_cloned/enum-map/enum-map" }
wgpu = "0.16.1"
kira = { version = "0.8.3", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions shin-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ smartstring = "1.0.1"
once_cell = "1.16.0"
bitvec = "1.0.1"
# git version for unsafe-libopus backend
# we can ditch the bindings, but this would make moving back to them harder
opus = { git = "https://github.com/DCNick3/opus-rs.git", rev = "a3de7e71b35ab0a80be38c0d2420b18f0bd41411", default-features = false, features = ["unsafe-libopus-backend"] }
# git version for align method & attribute support
bitbuffer = { git = "https://github.com/icewind1991/bitbuffer.git", rev = "80a1c7cc2204023aa554e05f258c57e79e532fe8" }
Expand Down
2 changes: 1 addition & 1 deletion shin-video/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ shin-audio = { path = "../shin-audio" }

# git version to support ilst box being before hdrl
# tracked at https://github.com/alfg/mp4-rust/pull/95
mp4 = { git = "https://github.com/DCNick3/mp4-rust.git", rev = "3a900c62db8f88e7376656bbbcbeb0a13797726b" }
mp4 = { git = "https://github.com/DCNick3/mp4-rust.git", rev = "20db61e0e9670a7d9ef8996aca21ead15708ba26" }
symphonia = { version = "0.5.2", features = ["aac"], default-features = false }

wgpu = { workspace = true }
Expand Down

0 comments on commit a0b420f

Please sign in to comment.