mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 04:31:30 +11:00
532b6ee808
First cut at a public C api that supports glyph rendering on Metal targets.
22 lines
414 B
TOML
22 lines
414 B
TOML
[package]
|
|
name = "pgpu-render"
|
|
version = "0.1.0"
|
|
description = "C interface for glyph rendering using piet-gpu."
|
|
license = "MIT/Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
piet-gpu = { path = "../piet-gpu" }
|
|
piet-gpu-hal = { path = "../piet-gpu-hal" }
|
|
piet-scene = { path = "../piet-scene" }
|
|
|
|
metal = "0.22"
|
|
cocoa = "0.24.0"
|
|
objc = "0.2.5"
|
|
|
|
[build-dependencies]
|
|
cbindgen = "0.20.0"
|