[package] name = "live2d-sys" version = "0.1.0" authors = ["Lukas Wirth "] repository = "https://github.com/Veykril/live2d-rs" homepage = "https://github.com/Veykril/live2d-rs" description = "Live2d core library Rust binding" keywords = ["live2d"] license = "MIT" categories = ["api-bindings"] build = "build.rs" [lib] name = "live2d_sys" path = "src/lib.rs" [dependencies] libc = "0.1"