[package] name = "live2d" version = "0.1.0" authors = ["Lukas Wirth "] repository = "https://github.com/Veykril/live2d-rs" homepage = "https://github.com/Veykril/live2d-rs" license = "MIT" categories = ["api-bindings"] readme = "README.md" description = "A rust wrapper around the Live2D Cubism SDK with extra functionality." [dependencies] live2d-sys = { version = "0.1.0", path = "live2d-sys"} libc = "0.1" serde_json = "1.0" serde = "1.0.27" serde_derive = "1.0.27" [workspace] members = ["live2d-sys"]