vello/Cargo.toml
Raph Levien 228bfc88cd Add scene types
This patch adds a module that contains both scene and ptcl types (very
lightly adapted from piet-metal), as well as infrastructure for encoding
Rust-side.

WIP, it's not wired up in either the shader or on the Rust side.
2020-04-16 18:19:58 -07:00

9 lines
107 B
TOML

[workspace]
members = [
"piet-gpu",
"piet-gpu-derive",
"piet-gpu-hal",
"piet-gpu-types"
]