blob: 740301cc4d79cd7e5e613ef3b63e9931467b3edf [file] [log] [blame] [edit]
[package]
name = "vello_common"
version.workspace = true
description = "Core data structures and utilities shared across the Vello rendering, including geometry processing and tiling logic."
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]
vello_api = { workspace = true }
kurbo = { workspace = true }
peniko = { workspace = true }
[features]
simd = ["vello_api/simd"]
[lints]
workspace = true