llimphi-raster 0.1.0

2D GPU rasterizer for llimphi over vello, with an opt-in CPU+GPU hybrid renderer.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "llimphi-raster"
version = "0.1.0"
authors = ["Sergio <gerencia@jlsoltech.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "2D GPU rasterizer for llimphi over vello, with an opt-in CPU+GPU hybrid renderer."
readme = "README.md"
license = "MIT"
repository = "https://git.tawasuyu.net/tawasuyu/llimphi"

[features]
default = []
hybrid = ["dep:vello_hybrid"]

[lib]
name = "llimphi_raster"
path = "src/lib.rs"

[[example]]
name = "gpu_million_points"
path = "examples/gpu_million_points.rs"

[[example]]
name = "render_node"
path = "examples/render_node.rs"

[[example]]
name = "spike_gpu_directo"
path = "examples/spike_gpu_directo.rs"

[[test]]
name = "gpu_batch_smoke"
path = "tests/gpu_batch_smoke.rs"

[dependencies.llimphi-hal]
version = "0.1.0"

[dependencies.pollster]
version = "0.4"

[dependencies.vello]
version = "0.7"

[dependencies.vello_hybrid]
version = "0.0.9"
optional = true