mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 04:31:30 +11:00
228bfc88cd
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.
12 lines
311 B
TOML
12 lines
311 B
TOML
[package]
|
|
name = "piet-gpu-types"
|
|
version = "0.0.0"
|
|
authors = ["Raph Levien <raph.levien@gmail.com>"]
|
|
description = "The scene graph and internal GPU types for piet-gpu."
|
|
license = "MIT/Apache-2.0"
|
|
edition = "2018"
|
|
keywords = ["graphics", "2d"]
|
|
|
|
[dependencies]
|
|
piet-gpu-derive = { path = "../piet-gpu-derive" }
|