dkpunch/Cargo.toml

25 lines
667 B
TOML

[package]
name = "dkgolf"
version = "0.1.0"
authors = ["viv <vvnl+git@protonmail.com>"]
edition = "2018"
[build-dependencies]
cc = "^1"
[dependencies]
libretro-sys = "^0.1"
failure = "^0.1"
libloading = "^0.5"
num_enum = "^0.4"
ffmpeg-next = "4.3.8"
rand = "0.8.4"
#ferretro-recorder = { git = "ssh://git@vvn.space:2222/cinnabon/ferretro-recorder.git", branch = "main" }
ferretro_base = { path = "../rustro/ferretro_base" }
ferretro-recorder = { path = "../ferretro-recorder" }
#ferretro = { git = "ssh://git@vvn.space:2222/cinnabon/rustro.git", branch = "viv/ffmpeg2" }
structopt = "^0.3"
mammut = "0.13.0"
toml = "0.5.8"
crossbeam-channel = "0.5.1"
lerp = "0.4.0"