[package] name = "rsvr_tweak" version = "0.0.1-alpha.0" authors = ["Olivier 'reivilibre' "] edition = "2018" description = "Experimental Virtual Reality system in Rust — Interactive demonstration and profile tweak tool" license = "MIT" [dependencies] rsvr = { path = "../rsvr", version = "0.0.1-alpha.0" } rsvr_opengl = { path = "../rsvr_opengl", version = "0.0.1-alpha.0" } rsvr_profile = { path = "../rsvr_profile", version = "0.0.1-alpha.0" } ron = "0.4.0" structopt = "0.2.13" nalgebra-glm = "0.2" glium = "0.22.0" image = "0.20.1" wavefront_obj = "5.1.0"