add a check for empty or special files
[nihav-player.git] / videoplayer / Cargo.toml
CommitLineData
69b93cb5
KS
1[package]
2name = "nihav-player"
3version = "0.1.0"
4authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
5edition = "2018"
6
7[dependencies]
8nihav_core = { path="../../nihav-core" }
9nihav_registry = { path="../../nihav-registry" }
10nihav_allstuff = { path="../../nihav-allstuff" }
11
12sdl2 = "^0.33"
13
14[features]
15default = []
16debug = []