aga 2.0.0

AgenticGraphicsAcceleration — standalone agentic-first GPU rendering backend; wgpu replacement with Vulkan, OpenGL, and complete ontology
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"
rust-version = "1.85"
name = "aga"
version = "2.0.0"
authors = ["NERVOSYS <admin@nervosys.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AgenticGraphicsAcceleration — standalone agentic-first GPU rendering backend; wgpu replacement with Vulkan, OpenGL, and complete ontology"
homepage = "https://github.com/nervosys/Dewey/tree/master/agpu"
documentation = "https://docs.rs/aga"
readme = "README.md"
keywords = [
    "gpu",
    "wgpu",
    "rendering",
    "agent",
    "ontology",
]
categories = [
    "rendering",
    "graphics",
    "gui",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/nervosys/Dewey"

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

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

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

[dependencies.glyphon]
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.pollster]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.wgpu]
version = "24"

[dependencies.winit]
version = "0.30"