blob: db4610d10df25d04feac38e1ca0d3314c552bef8 [file] [log] [blame] [edit]
[package]
name = "vello_cpu"
version.workspace = true
description = "A CPU-based renderer for Vello, optimized for SIMD and multithreaded execution."
categories = ["rendering", "graphics"]
keywords = ["2d", "vector-graphics"]
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
# Prevent accidental publishing until the initial release
publish = false
[dependencies]
kurbo = { workspace = true }
peniko = { workspace = true }
vello_common = { workspace = true }
[dev-dependencies]
oxipng = { workspace = true, features = ["freestanding", "parallel"] }
image = { workspace = true, features = ["png"] }
[lints]
workspace = true