update player for nihav_registry
[nihav-player.git] / Cargo.toml
CommitLineData
860a2b4e
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" }
a41925a2 9nihav_registry = { path="../nihav-registry" }
860a2b4e
KS
10nihav_allstuff = { path="../nihav-allstuff" }
11sdl = { path="./rust-sdl" }
12
13#sdl2 = "^0.32"
14#download_sdl2 = "0.0.3"