wilhelm_renderer 0.7.3

A minimalist 2D data rendering engine
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 = "wilhelm_renderer"
version = "0.7.3"
authors = ["Anwar Ludin <anwar.ludin@algonents.com>"]
build = "build.rs"
exclude = [
    ".idea/",
    "images/",
    "CLAUDE.md",
    "MEMORY PERFORMANCE.md",
    "OPENGL.md",
    "RADAR PRIMITIVES.md",
    "ROADMAP.md",
    "TODO.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimalist 2D data rendering engine"
readme = "README.md"
keywords = [
    "opengl",
    "visualization",
]
categories = [
    "graphics",
    "rendering::graphics-api",
]
license = "MIT"
repository = "https://github.com/algonents/wilhelm-renderer"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.glam]
version = "0.30.4"

[dependencies.image]
version = "0.25.6"

[build-dependencies.cmake]
version = "0.1.52"