graphics 0.5.7

A 3D rendering engine for rust programs, with GUI integration
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 = "graphics"
version = "0.5.7"
authors = ["David O'Connor <the_alchemist@fastmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A 3D rendering engine for rust programs, with GUI integration"
documentation = "https://docs.rs/graphics"
readme = "README.md"
keywords = [
    "graphics",
    "engine",
    "gui",
    "render",
    "wgpu",
]
categories = [
    "rendering",
    "rendering::engine",
    "graphics",
]
license = "MIT"
repository = "https://github.com/David-OConnor/graphics"

[features]
app_utils = [
    "bincode",
    "lin_alg/bincode",
]

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

[dependencies.bincode]
version = "2.0.1"
optional = true

[dependencies.egui]
version = "0.33.0"

[dependencies.egui-wgpu]
version = "0.33.0"

[dependencies.egui-winit]
version = "0.33.0"

[dependencies.image]
version = "0.25.2"

[dependencies.lin_alg]
version = "1.3.14"
features = ["computer_graphics"]

[dependencies.obj]
version = "0.10.2"

[dependencies.pollster]
version = "0.4.0"

[dependencies.wgpu]
version = "27.0.1"

[dependencies.winit]
version = "0.30.11"