blob: 0ca6bdc96bbd928177a5c3c284168c4e34e4c9fb [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, default-features = true }
# for pico_svg
roxmltree = "0.20.0"
[features]
simd = ["vello_api/simd"]
[lints]
workspace = true