rein 0.1.1

rein 3D Rendering Library
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 = "rein"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rein 3D Rendering Library"
readme = "README.md"
keywords = [
    "3d",
    "graphics",
    "rendering",
    "wgpu",
    "urdf",
]
categories = [
    "graphics",
    "rendering",
    "game-development",
]
license = "MIT"
repository = "https://github.com/MechanicalGirlDev/rein"

[features]
default = ["window"]
gui = ["dep:glyphon"]
window = ["dep:winit"]

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

[dependencies.anyhow]
version = "1"

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

[dependencies.glam]
version = "0.29"

[dependencies.glyphon]
version = "0.7"
optional = true

[dependencies.nalgebra]
version = "0.33"

[dependencies.pollster]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.urdf-rs]
version = "0.8"

[dependencies.wgpu]
version = "23"

[dependencies.winit]
version = "0.30"
optional = true