facett-graphview 0.1.6

facett — a vello-backed, domain-agnostic scalable 2D graph render engine. Runtime-selects vello (GPU/wgpu) when a usable GPU exists, vello_cpu (multithreaded SIMD) as the no-GPU fallback. The eventual home for every graph surface (dep/arch/release dashboards, korp, graph-DB browsing).
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 = "2024"
name = "facett-graphview"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "facett — a vello-backed, domain-agnostic scalable 2D graph render engine. Runtime-selects vello (GPU/wgpu) when a usable GPU exists, vello_cpu (multithreaded SIMD) as the no-GPU fallback. The eventual home for every graph surface (dep/arch/release dashboards, korp, graph-DB browsing)."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/nordisk/facett"
resolver = "2"

[features]
default = []
gpu = [
    "dep:vello",
    "dep:wgpu",
    "dep:pollster",
    "dep:bytemuck",
]

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

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

[[bench]]
name = "raster"
path = "benches/raster.rs"
harness = false

[dependencies.bytemuck]
version = "1"
optional = true

[dependencies.egui]
version = "0.34"

[dependencies.pollster]
version = "0.4"
optional = true

[dependencies.vello]
version = "0.9"
optional = true

[dependencies.vello_cpu]
version = "0.0.6"

[dependencies.wgpu]
version = "29"
optional = true

[dev-dependencies.criterion]
version = "0.5"
default-features = false

[dev-dependencies.egui]
version = "0.34"

[dev-dependencies.image]
version = "0.25"
features = ["png"]
default-features = false