13 lines
354 B
TOML
13 lines
354 B
TOML
[package]
|
|
name = "cord-shader"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "WGSL shader codegen from TrigGraph IR for GPU raymarching"
|
|
license = "MIT"
|
|
repository = "https://github.com/pszsh/cord"
|
|
keywords = ["wgsl", "shader", "sdf", "raymarching", "wgpu"]
|
|
categories = ["graphics", "rendering"]
|
|
|
|
[dependencies]
|
|
cord-trig = { path = "../cord-trig" }
|