ferretro-dev-gui/Cargo.toml

29 lines
991 B
TOML

[package]
name = "ferretro-dev-gui"
version = "0.1.0"
edition = "2018"
authors = ["viv <vvnl+git@protonmail.com>"]
[build-dependencies]
cc = "^1"
[dependencies]
crossbeam-channel = "^0.4"
structopt = "^0.3"
ferretro = { git = "ssh://git@vvn.space:2222/cinnabon/rustro.git", branch = "matriarch" }
failure = "^0.1"
libloading = "^0.5"
mini_gl_fb = { git = "https://github.com/vivlim/mini_gl_fb" } # bumped glutin version to 0.27.0 to match the glium i have
conrod_glium = { git = "https://github.com/vivlim/conrod" } # bumped version of glium to 0.30.1 to use winit 0.24 which fixes https://github.com/rust-windowing/winit/issues/1782
conrod_winit = { git = "https://github.com/vivlim/conrod" } # bumped version of glium to 0.30.1 to use winit 0.24 which fixes https://github.com/rust-windowing/winit/issues/1782
conrod_core = { git = "https://github.com/vivlim/conrod" }
glium = "0.30.1"
glutin = "0.27.0"
winit = "0.25"
gilrs = "0.8.1"
find_folder="0.3.0"
hex = "0.4.3"
meval = "0.2.0"