mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
6f9e53459a
* Change pgpu-render header file generator to add a comment noting that the file is auto-generated * Remove bin target and associated dependencies from piet-scene crate * Remove FP constructors from the Color type * Better codegen and rounding in Color::to_premul_u32() * Add kurbo attribution for piet_scene::geometry module
12 lines
217 B
TOML
12 lines
217 B
TOML
[package]
|
|
name = "piet-scene"
|
|
version = "0.1.0"
|
|
license = "MIT/Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bytemuck = { version = "1.7.2", features = ["derive"] }
|
|
smallvec = "1.8.0"
|
|
pinot = "0.1.5"
|
|
moscato = "0.1.2"
|