[package] name = "nihav-player" version = "0.1.0" authors = ["Kostya Shishkov "] edition = "2018" [dependencies] nihav_core = { path="../../nihav-core" } nihav_registry = { path="../../nihav-registry" } nihav_allstuff = { path="../../nihav-allstuff" } hwdec_vaapi = { path="../hwdec-vaapi", optional = true } sdl2 = "^0.33" [features] default = ["hwaccel"] debug = [] hwaccel = ["hwdec_vaapi"]