diff options
author | metamuffin <metamuffin@disroot.org> | 2022-11-21 20:19:18 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-11-21 20:19:18 +0100 |
commit | 11a57882861f9811cb1624d76a2b08ffb7d47b9c (patch) | |
tree | 9da6e5eea898a288a115413f2c928820f3541b1c /vgcodec/Cargo.toml | |
parent | b7e7bc086ff450f6234db5e868f1dde7d3e0c51b (diff) | |
download | video-codec-experiments-11a57882861f9811cb1624d76a2b08ffb7d47b9c.tar video-codec-experiments-11a57882861f9811cb1624d76a2b08ffb7d47b9c.tar.bz2 video-codec-experiments-11a57882861f9811cb1624d76a2b08ffb7d47b9c.tar.zst |
works (not)
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" |