-
- Downloads
Initial commit
parents
No related branches found
No related tags found
.gitignore
0 → 100644
Cargo.lock
0 → 100644
This diff is collapsed.
Cargo.toml
0 → 100644
[package] | |||
name = "thumbnailgen" | |||
version = "0.1.0" | |||
authors = ["Janne Mareike Koschinski <janne@kuschku.de>"] | |||
edition = "2018" | |||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |||
[dependencies] | |||
ffmpeg-dev = "0.3.8" | |||
log = "0.4.8" | |||
image = "0.23.0" | |||
enum_primitive = "0.1.1" | |||
failure = "0.1.6" | |||
fraction = "0.6.2" | |||
\ No newline at end of file |
src/ffmpeg_api.rs
0 → 100644
This diff is collapsed.
src/main.rs
0 → 100644
Please register or sign in to comment