vvdec 0.0.5

Rust bindings for VVdeC
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.thiserror]
version = "1"

[dependencies.vvdec-sys]
version = "0.0.6"

[package]
authors = ["Carlos Bentzen <cadubentzen@gmail.com>"]
description = "Rust bindings for VVdeC"
edition = "2021"
exclude = ["tests/", ".devcontainer/", ".github/"]
license = "BSD-3-Clause-Clear"
name = "vvdec"
readme = "README.md"
repository = "https://github.com/cadubentzen/vvdec-rs"
version = "0.0.5"