11 lines
343 B
TOML
11 lines
343 B
TOML
[package]
|
|
name = "jay-geometry"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Geometry primitives for Jay"
|
|
repository = "https://github.com/mahkoh/jay"
|
|
|
|
[dependencies]
|
|
jay-algorithms = { path = "../algorithms" }
|
|
smallvec = { version = "1.11.1", features = ["const_generics", "const_new", "union"] }
|