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

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

#sdl2 = "^0.32"
#download_sdl2 = "0.0.3"