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 6680e56..dd76753 100644 --- a/vgcodec/Cargo.toml +++ b/vgcodec/Cargo.toml @@ -11,3 +11,4 @@ pollster = "0.2.5" bytemuck = { version = "1.12.3", features = ["derive"] } futures-intrusive = "0.5.0" image = "0.24.5" +rand = "0.8.5" |