[package] name = "koto_geometry" version = "0.14.1" authors = ["irh "] edition = "2021" license = "MIT" description = "A Koto library with basic geometry types and operations" homepage = "https://koto.dev" repository = "https://github.com/koto-lang/koto" keywords = ["scripting", "language", "koto"] [features] default = ["arc"] arc = ["koto_runtime/arc"] rc = ["koto_runtime/rc"] [dependencies] nannou_core = { workspace = true } [dependencies.koto_runtime] path = "../../crates/runtime" version = "^0.14.1" default-features = false [dev-dependencies] koto_test_utils = { path = "../../crates/test_utils", default-features = false }