2020-04-17 07:04:40 +10:00
|
|
|
[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"
|
|
|
|
|
2020-04-18 14:18:39 +10:00
|
|
|
[dependencies.piet-gpu-types]
|
|
|
|
path = "../piet-gpu-types"
|
|
|
|
|
2020-04-17 07:04:40 +10:00
|
|
|
[dependencies]
|
2020-04-25 06:06:47 +10:00
|
|
|
kurbo = "0.5.11"
|
2020-04-23 03:28:38 +10:00
|
|
|
piet = "0.0.12"
|
2020-04-17 07:04:40 +10:00
|
|
|
png = "0.16.2"
|
2020-04-18 14:18:39 +10:00
|
|
|
rand = "0.7.3"
|