zretro/Cargo.toml

19 lines
466 B
TOML

[package]
name = "zretro"
version = "0.1.0"
authors = ["lifning"]
edition = "2018"
[patch.'https://git.vvn.space/cinnabon/rustro']
ferretro_base = { path = "../ferretro/ferretro_base" }
ferretro_components = { path = "../ferretro/ferretro_components" }
[dependencies.ferretro_components]
git = "https://git.vvn.space/cinnabon/rustro"
branch = "matriarch"
features = ["sdl2_comp"]
[dependencies]
sdl2 = { version = "0.32", features = ["image"] }
structopt = "0.3"