rav2d-sys 0.2.0

Raw FFI bindings to dav2d (AV2 decoder)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rav2d-sys"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Raw FFI bindings to dav2d (AV2 decoder)"
readme = "README.md"
keywords = ["av2", "video", "ffi", "dav2d"]
categories = ["external-ffi-bindings"]
links = "dav2d"
build = "build.rs"

[build-dependencies]
bindgen = "0.71"
cc = { version = "1", features = ["parallel"] }