]>
Commit | Line | Data |
---|---|---|
1 | [package] | |
2 | name = "hwdec_vaapi" | |
3 | version = "0.1.0" | |
4 | authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"] | |
5 | edition = "2018" | |
6 | rust-version = "1.69" | |
7 | ||
8 | [dependencies.libva] | |
9 | package = "nihed-cros-libva" | |
10 | version = "0.0.4" | |
11 | path = "../nihed-cros-libva" | |
12 | ||
13 | [dependencies.nihav_core] | |
14 | path = "../../nihav-core" | |
15 | ||
16 | [dev-dependencies] | |
17 | nihav_commonfmt = { path = "../../nihav-commonfmt", default-features=false, features = ["all_demuxers"] } | |
18 | ||
19 | [features] | |
20 | default = [] |