grafo 0.12.0

A GPU-accelerated rendering library for Rust
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 = "2021"
name = "grafo"
version = "0.12.0"
authors = ["Anton Suprunchuk <anton.suprunchuk@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A GPU-accelerated rendering library for Rust"
documentation = "https://docs.rs/grafo/"
readme = "README.md"
keywords = [
    "rendering",
    "vector_graphics",
    "gui",
    "graphics",
    "image",
]
categories = [
    "rendering::graphics-api",
    "gui",
]
license = "Apache-2.0/MIT"
repository = "https://github.com/antouhou/grafo"

[features]
performance_measurement = []

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.ahash]
version = "0.8"

[dependencies.bytemuck]
version = "1.23"

[dependencies.easy-tree]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.15"

[dependencies.lyon]
version = "1.0"

[dependencies.softbuffer]
version = "0.4.8"

[dependencies.wgpu]
version = "25.0"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.euclid]
version = "0.22.11"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.image]
version = "0.25"

[dev-dependencies.transformator]
version = "0.1.1"

[dev-dependencies.winit]
version = "0.30"