zretro/Cargo.toml

26 lines
601 B
TOML
Raw Normal View History

[package]
name = "zretro"
version = "0.1.0"
authors = ["lifning"]
edition = "2021"
2021-10-17 23:19:12 +02:00
[patch.'https://cybre.tech/lifning/ferretro.git']
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"
features = ["sdl2_comp"]
[dependencies]
2021-10-17 23:19:12 +02:00
sdl2 = { version = "0.32", features = ["image", "gfx"] }
structopt = "0.3"
2021-10-17 23:19:12 +02:00
itertools = "0.10"
rand = "0.8"
rand_xoshiro = "0.6"
2021-10-21 12:17:52 +02:00
regex = "1.5"
2021-11-12 01:08:50 +01:00
[features]
static = ["ferretro_components/static"]