Cord/crates/cordial/Cargo.toml

16 lines
473 B
TOML

[package]
name = "cordial"
version = "0.1.0"
edition = "2021"
description = "Rust DSL for constructive solid geometry via trig decomposition"
license = "MIT"
repository = "https://github.com/pszsh/cord"
keywords = ["csg", "sdf", "dsl", "geometry", "cordic"]
categories = ["graphics", "mathematics"]
[dependencies]
cord-sdf = { path = "../cord-sdf" }
cord-trig = { path = "../cord-trig" }
cord-shader = { path = "../cord-shader" }
cord-cordic = { path = "../cord-cordic" }