threecrate-core 0.6.0

Core data structures and traits for threecrate
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 = "threecrate-core"
version = "0.6.0"
authors = ["rajgandhi1"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core data structures and traits for threecrate"
homepage = "https://github.com/rajgandhi1/threecrate.git"
documentation = "https://docs.rs/threecrate-core"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rajgandhi1/threecrate.git"

[features]
bevy_interop = ["dep:bevy"]
default = []
gpu = ["dep:wgpu"]

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

[dependencies.bevy]
version = "0.18"
features = ["bevy_render"]
optional = true
default-features = false

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

[dependencies.glam]
version = "0.32"
features = [
    "mint",
    "rand",
]

[dependencies.nalgebra]
version = "0.34"
features = [
    "bytemuck",
    "serde-serialize",
    "rand",
    "mint",
]

[dependencies.rand]
version = "0.9"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dependencies.wgpu]
version = "28.0.0"
features = [
    "wgsl",
    "vulkan",
    "metal",
]
optional = true
default-features = false

[dev-dependencies.approx]
version = "0.5"