-
- Downloads
add more exact scaling options
Showing
- Cargo.lock 1 addition, 0 deletionsCargo.lock
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- src/ffmpeg_api/api.rs 2 additions, 1 deletionsrc/ffmpeg_api/api.rs
- src/ffmpeg_api/enums.rs 12 additions, 0 deletionssrc/ffmpeg_api/enums.rs
- src/ingest/extract.rs 3 additions, 2 deletionssrc/ingest/extract.rs
- src/ingest/spritesheet.rs 1 addition, 1 deletionsrc/ingest/spritesheet.rs
- src/main.rs 20 additions, 2 deletionssrc/main.rs
... | ... | @@ -17,6 +17,7 @@ edition = "2018" |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
bitflags = "1.2.1" | ||
enum_primitive = "0.1.1" | ||
failure = "0.1.6" | ||
ffmpeg-dev = "0.3.8" | ||
... | ... |
Please register or sign in to comment