renderforge 0.2.0

A Rendering framework built on top of glow
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"
name = "renderforge"
version = "0.2.0"
build = "build.rs"
exclude = ["/test_app"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rendering framework built on top of glow"
readme = "README.md"
keywords = [
    "rendering",
    "opengl",
]
categories = ["rendering"]
license = "GPL-3.0-only"
repository = "https://github.com/westbot657/RenderForge"

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

[dependencies.bytemuck]
version = "1.25.0"

[dependencies.glam]
version = "0.32.0"

[dependencies.glow]
version = "0.16.0"

[dependencies.thiserror]
version = "2.0.16"