cvkg-render-gpu 0.1.8

Cyberpunk Viking Knowledge Graph (CVKG) - High-fidelity agentic UI framework
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 = "cvkg-render-gpu"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cyberpunk Viking Knowledge Graph (CVKG) - High-fidelity agentic UI framework"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sydonayrex/cvkg"
resolver = "2"

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

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

[dependencies.accesskit]
version = "0.24"

[dependencies.accesskit_winit]
version = "0.32"

[dependencies.bytemuck]
version = "1.14"
features = ["derive"]

[dependencies.cosmic-text]
version = "0.14"

[dependencies.cvkg-core]
version = "0.1.7"

[dependencies.glam]
version = "0.29"
features = [
    "serde",
    "bytemuck",
]

[dependencies.image]
version = "0.25"

[dependencies.naga]
version = "0.14"

[dependencies.swash]
version = "0.2.7"

[dependencies.wgpu]
version = "29.0.1"

[dependencies.winit]
version = "0.30"

[dev-dependencies.pollster]
version = "0.4.0"

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))'.dependencies.accesskit_unix]
version = "0.21"
optional = true