[package] name = "ferretro-synced" version = "0.1.0" authors = ["viv "] edition = "2018" [build-dependencies] cc = "^1" [dependencies] ferretro = { path = "../rustro-2" } failure = "^0.1" libloading = "^0.5" [dev-dependencies] # example: sdl2_emulator sdl2 = "^0.32" crossbeam-channel = "^0.4" structopt = "^0.3"