diff options
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"] } |