move experimental code to old/
[nihav-player.git] / old / Cargo.toml
diff --git a/old/Cargo.toml b/old/Cargo.toml
new file mode 100644 (file)
index 0000000..68777a5
--- /dev/null
@@ -0,0 +1,14 @@
+[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" }
+sdl = { path="./rust-sdl" }
+
+#sdl2 = "^0.32"
+#download_sdl2 = "0.0.3"
\ No newline at end of file