garasu 0.1.0

Garasu (硝子) — GPU rendering engine: wgpu pipeline, text rendering, shader system, and winit integration
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.89.0"
name = "garasu"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Garasu (硝子) — GPU rendering engine: wgpu pipeline, text rendering, shader system, and winit integration"
homepage = "https://github.com/pleme-io/garasu"
readme = "README.md"
keywords = [
    "wgpu",
    "gpu",
    "rendering",
    "winit",
    "glyphon",
]
categories = [
    "rendering",
    "graphics",
]
license = "MIT"
repository = "https://github.com/pleme-io/garasu"

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

[dependencies.glyphon]
version = "0.9"

[dependencies.pollster]
version = "0.4"

[dependencies.raw-window-handle]
version = "0.6"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.wgpu]
version = "25"

[dependencies.winit]
version = "0.30"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1