12 lines
330 B
TOML
12 lines
330 B
TOML
[package]
|
|
name = "cord-trig"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Trigonometric IR for SDF geometry — the universal intermediate representation"
|
|
license = "MIT"
|
|
repository = "https://github.com/pszsh/cord"
|
|
keywords = ["sdf", "trig", "ir", "dag", "geometry"]
|
|
categories = ["graphics", "mathematics"]
|
|
|
|
[dependencies]
|