polyscope-render 0.5.9

Rendering backend for polyscope-rs: wgpu engine, shaders, and materials
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"
rust-version = "1.85"
name = "polyscope-render"
version = "0.5.9"
authors = ["polyscope-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rendering backend for polyscope-rs: wgpu engine, shaders, and materials"
readme = "README.md"
keywords = [
    "visualization",
    "3d",
    "graphics",
    "rendering",
    "wgpu",
]
categories = [
    "visualization",
    "graphics",
    "rendering",
]
license = "MIT"
repository = "https://github.com/xarthurx/polyscope-rs"
resolver = "2"

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

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

[dependencies.glam]
version = "0.29"
features = ["serde"]

[dependencies.half]
version = "2"

[dependencies.image]
version = "0.25"

[dependencies.log]
version = "0.4"

[dependencies.polyscope-core]
version = "0.5.9"

[dependencies.rand]
version = "0.8"

[dependencies.thiserror]
version = "2.0"

[dependencies.wgpu]
version = "27"

[dependencies.winit]
version = "0.30"

[dev-dependencies.proptest]
version = "1.5"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "warn"