[package] name = "yoyo" version = "0.4.1" authors = ["Tim "] edition = "2018" license = "MIT" description = "Animation library for Polyhorn." repository = "https://github.com/polyhorn/polyhorn/tree/crates/yoyo" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] [dependencies] derivative = "2.1.1" num-traits = "0.2.12" polyhorn = { path = "../polyhorn", version = "0.4.1" } polyhorn-core = { path = "../polyhorn-core", version = "0.4.0" } polyhorn-ui = { path = "../polyhorn-ui", version = "0.4.0" } yoyo-macros = { path = "../yoyo-macros", version = "0.4.0" } yoyo-physics = { path = "../yoyo-physics", version = "0.4.0" }