# 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 = "2021" name = "ascending_graphics" version = "0.17.0" authors = [ "S.J.R. van Schaik", "Andrew Wheeler ", ] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "A graphical rendering library for 2D, using wgpu and winit." documentation = "https://docs.rs/ascending_graphics" readme = "README.md" keywords = [ "wgpu", "rendering", "2d", ] categories = [ "game-development", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AscendingCreations/AscendingLibraries" [lib] name = "ascending_graphics" path = "src/lib.rs" [dependencies.ahash] version = "0.8.11" features = ["serde"] [dependencies.async-trait] version = "0.1.83" [dependencies.bytemuck] version = "1.20.0" features = ["derive"] [dependencies.camera] version = "0.5.0" package = "ascending_camera" [dependencies.cosmic-text] version = "0.12.1" features = ["shape-run-cache"] [dependencies.glam] version = "0.29.2" features = [ "bytemuck", "mint", ] [dependencies.guillotiere] version = "0.6.2" [dependencies.image] version = "0.25.5" [dependencies.indexmap] version = "2.6.0" [dependencies.input] version = "0.3.0" package = "ascending_input" [dependencies.log] version = "0.4.22" [dependencies.lru] version = "0.12.5" [dependencies.lyon] version = "1.0.1" [dependencies.naga] version = "23.0.0" features = ["wgsl-in"] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.slab] version = "0.4.9" [dependencies.slotmap] version = "1.0.7" [dependencies.thiserror] version = "2.0.3" [dependencies.wgpu] version = "23.0.1" [dependencies.winit] version = "0.30.5" features = ["serde"] [features] crate_passthru = [] default = ["crate_passthru"]