primback 0.1.0

A lightweight 3D graphics 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 = "2024"
name = "primback"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight 3D graphics engine"
homepage = "https://github.com/tytoman/primback"
documentation = "https://docs.rs/primback"
readme = "README.md"
keywords = [
    "graphics",
    "wgpu",
    "3d",
    "rendering",
    "engine",
]
categories = [
    "rendering",
    "rendering::engine",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tytoman/primback"

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

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

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

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

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

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

[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"

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

[dependencies.env_logger]
version = "0.11.10"

[dependencies.fontdue]
version = "0.8"

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

[dependencies.image]
version = "0.25"
features = ["png"]
default-features = false

[dependencies.log]
version = "0.4.32"

[dependencies.pollster]
version = "0.4.0"

[dependencies.rodio]
version = "0.22.2"

[dependencies.web-time]
version = "1.1.0"

[dependencies.wgpu]
version = "29.0.3"

[dependencies.winit]
version = "0.30"
features = ["rwh_06"]