ascending_graphics 0.46.0

A graphical rendering Framework for 2D, using wgpu and winit.
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.94"
name = "ascending_graphics"
version = "0.46.0"
authors = [
    "S.J.R. van Schaik",
    "Andrew Wheeler <genusistimelord@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A graphical rendering Framework for 2D, using wgpu and winit."
documentation = "https://docs.rs/ascending_graphics"
readme = "README.md"
keywords = [
    "wgpu",
    "rendering",
    "2d",
]
categories = [
    "game-development",
    "graphics",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AscendingCreations/AscendingGraphics"

[features]
crate_passthru = []
default = [
    "rayon",
    "crate_passthru",
]
logging = ["dep:log"]
rayon = [
    "dep:rayon",
    "indexmap/rayon",
]
static_dx = ["wgpu/static-dxc"]

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

[dependencies.ahash]
version = "0.8.12"
features = ["serde"]

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

[dependencies.camera]
version = "0.9.0"
package = "ascending_camera"

[dependencies.cosmic-text]
version = "0.19.0"
features = ["shape-run-cache"]

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

[dependencies.guillotiere]
version = "0.7.0"
features = ["serialization"]

[dependencies.image]
version = "0.25.10"
features = ["serde"]

[dependencies.indexmap]
version = "2.14.0"
features = ["serde"]

[dependencies.input]
version = "0.6.2"
package = "ascending_input"

[dependencies.log]
version = "0.4.33"
optional = true

[dependencies.lru]
version = "0.18.2"

[dependencies.lyon]
version = "1.0.19"

[dependencies.naga]
version = "30.0.0"
features = ["wgsl-in"]

[dependencies.rayon]
version = "1.12.0"
optional = true

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

[dependencies.slab]
version = "0.4.12"
features = ["serde"]

[dependencies.slotmap]
version = "1.1.1"
features = ["serde"]

[dependencies.thiserror]
version = "2.0.20"

[dependencies.time]
version = "0.5.0"
package = "ascending_time"

[dependencies.wgpu]
version = "30.0.0"

[dependencies.winit]
version = "0.30.13"
features = ["serde"]