mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 20:51:29 +11:00
f19dbdb1b5
This adds a new dependency on peniko, reintroduces kurbo for geometry (!), removes the now defunct types from piet-scene and updates all the test scenes to use the new types.
12 lines
293 B
TOML
12 lines
293 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"
|
|
moscato = { git = "https://github.com/dfrg/pinot" }
|
|
peniko = { git = "https://github.com/linebender/peniko" }
|