[package] name = "ghost" description = "Blender GHOST Rust bindings" keywords = ["ffi", "gui", "blender"] version = "0.1.0" authors = ["Avril ", "Ange "] edition = "2018" # the game :^) [dependencies] libc = "0.2.76" [build-dependencies] rustc_version = "0.2" [lib] crate-type = ["staticlib", "cdylib"]