diff options
author | metamuffin <metamuffin@disroot.org> | 2022-11-21 22:09:42 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-11-21 22:09:42 +0100 |
commit | 83bc23206ad0982fcf2bf6c8e7256190dbe148f0 (patch) | |
tree | 2b18b1648f31b26c31d7b1678f67732e3f5b9607 /vgcodec/Cargo.toml | |
parent | 11a57882861f9811cb1624d76a2b08ffb7d47b9c (diff) | |
download | video-codec-experiments-83bc23206ad0982fcf2bf6c8e7256190dbe148f0.tar video-codec-experiments-83bc23206ad0982fcf2bf6c8e7256190dbe148f0.tar.bz2 video-codec-experiments-83bc23206ad0982fcf2bf6c8e7256190dbe148f0.tar.zst |
works
Diffstat (limited to 'vgcodec/Cargo.toml')
-rw-r--r-- | vgcodec/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vgcodec/Cargo.toml b/vgcodec/Cargo.toml index dd76753..b9a8415 100644 --- a/vgcodec/Cargo.toml +++ b/vgcodec/Cargo.toml @@ -12,3 +12,4 @@ bytemuck = { version = "1.12.3", features = ["derive"] } futures-intrusive = "0.5.0" image = "0.24.5" rand = "0.8.5" +clap = { version = "4.0.26", features = ["derive"] } |