2021-10-16 11:29:48 +02:00
|
|
|
[package]
|
|
|
|
name = "zretro"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["lifning"]
|
|
|
|
edition = "2018"
|
|
|
|
|
2021-10-17 23:19:12 +02:00
|
|
|
[patch.'https://cybre.tech/lifning/ferretro.git']
|
2021-10-16 11:29:48 +02:00
|
|
|
ferretro_base = { path = "../ferretro/ferretro_base" }
|
|
|
|
ferretro_components = { path = "../ferretro/ferretro_components" }
|
|
|
|
|
|
|
|
[dependencies.ferretro_components]
|
2021-10-17 23:19:12 +02:00
|
|
|
git = "https://cybre.tech/lifning/ferretro.git"
|
|
|
|
branch = "liffy/sdl2surf"
|
2021-10-16 11:29:48 +02:00
|
|
|
features = ["sdl2_comp"]
|
|
|
|
|
|
|
|
[dependencies]
|
2021-10-17 23:19:12 +02:00
|
|
|
sdl2 = { version = "0.32", features = ["image", "gfx"] }
|
2021-10-16 11:29:48 +02:00
|
|
|
structopt = "0.3"
|
2021-10-17 23:19:12 +02:00
|
|
|
itertools = "0.10"
|
|
|
|
rand = "0.8"
|
|
|
|
rand_xoshiro = "0.6"
|