29 lines
532 B
TOML
29 lines
532 B
TOML
[package]
|
|
name = "emuladoor"
|
|
version = "0.1.0"
|
|
authors = ["lifning"]
|
|
edition = "2021"
|
|
|
|
[dependencies.ferretro_components]
|
|
git = "https://cybre.tech/lifning/ferretro.git"
|
|
branch = "liffy/sdl2surf"
|
|
|
|
[dependencies.anime_telnet]
|
|
git = "https://github.com/alisww/anime-over-ansi"
|
|
|
|
[dependencies.tokio]
|
|
version = "1"
|
|
features = ["sync"]
|
|
|
|
[dependencies]
|
|
structopt = "0.3"
|
|
termion = "1"
|
|
sdl2 = "0.35"
|
|
|
|
# must match the versions in anime_telnet:
|
|
image = "0.23"
|
|
fast_image_resize = "0.4.0"
|
|
|
|
[features]
|
|
static = ["ferretro_components/static"]
|