mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
e1c0e448ef
This just adds the first step of polyline stroking, which is adding it to the scene. Also just a bit of cleaning up of dimensions into one header file.
20 lines
382 B
TOML
20 lines
382 B
TOML
[package]
|
|
name = "piet-gpu"
|
|
version = "0.1.0"
|
|
authors = ["Raph Levien <raph.levien@gmail.com>"]
|
|
description = "A compute-centric GPU 2D renderer."
|
|
license = "MIT/Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[dependencies.piet-gpu-hal]
|
|
path = "../piet-gpu-hal"
|
|
|
|
[dependencies.piet-gpu-types]
|
|
path = "../piet-gpu-types"
|
|
|
|
[dependencies]
|
|
kurbo = "0.5.11"
|
|
piet = "0.0.12"
|
|
png = "0.16.2"
|
|
rand = "0.7.3"
|