18 lines
463 B
TOML
18 lines
463 B
TOML
[package]
|
|
name = "cord-sdf"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "SDF tree and lowering to TrigGraph IR"
|
|
license = "MIT"
|
|
repository = "https://github.com/pszsh/cord"
|
|
keywords = ["sdf", "csg", "geometry", "lowering"]
|
|
categories = ["graphics", "mathematics"]
|
|
|
|
[dependencies]
|
|
cord-parse = { path = "../cord-parse" }
|
|
cord-trig = { path = "../cord-trig" }
|
|
|
|
[dev-dependencies]
|
|
cord-expr = { path = "../cord-expr" }
|
|
cord-shader = { path = "../cord-shader" }
|