blob: e17c904d4c2694cf2a139be590d9da7d5ac91fb9 [file]
[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]
[lints]
workspace = true