summaryrefslogtreecommitdiffstats
path: root/videoplayer/Cargo.toml
blob: f145029d15bcce3e7c9be085bc9f9f675e75634e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "nihav-player"
version = "0.1.0"
authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
edition = "2018"

[dependencies]
nihav_core = { path="../../nihav-core" }
nihav_registry = { path="../../nihav-registry" }
nihav_allstuff = { path="../../nihav-allstuff" }

sdl2 = "^0.33"

[features]
default = []
debug = []