Skip to content

Commit

Permalink
Merge pull request #41 from virtualritz/main
Browse files Browse the repository at this point in the history
  • Loading branch information
gerwin3 authored Aug 29, 2024
2 parents adec88f + 2181c96 commit c2ef604
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ repository = "https://github.com/oddity-ai/video-rs"
readme = "README.md"

[dependencies]
tracing = "0.1"
ffmpeg-next = { version = "7.0", features = [
"format",
"codec",
"software-resampling",
"software-scaling",
] }
url = "2"
ndarray = { version = "0.15", optional = true }
tracing = "0.1"
url = "2"

[package.metadata.docs.rs]
all-features = true

0 comments on commit c2ef604

Please sign in to comment.