renderforge 0.3.1

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.3.1"
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",
    "wgpu",
]
categories = ["rendering"]
license = "GPL-3.0-only"
repository = "https://github.com/westbot657/RenderForge"

[features]
debug = []
default = [
    "opengl",
    "vulkan",
    "egui",
]
egui = [
    "dep:egui",
    "dep:egui-winit",
    "dep:winit",
    "dep:egui-wgpu",
]
opengl = [
    "wgpu/gles",
    "wgpu/glsl",
]
vulkan = [
    "wgpu/vulkan",
    "wgpu/vulkan-portability",
]

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

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

[dependencies.egui]
version = "0.33.3"
features = [
    "mint",
    "bytemuck",
]
optional = true

[dependencies.egui-wgpu]
version = "0.33.3"
optional = true

[dependencies.egui-winit]
version = "0.33.3"
optional = true

[dependencies.glam]
version = "0.32.0"
features = ["bytemuck"]

[dependencies.pollster]
version = "0.4.0"

[dependencies.shaderc]
version = "0.10.1"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.wgpu]
version = "27.0.1"
features = [
    "std",
    "spirv",
    "angle",
    "wgsl",
]

[dependencies.winit]
version = "0.31.0-beta.2"
optional = true