nexus3d 0.4.0

Cross-platform 3D GPU-accelerated multiphysics.
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 = "nexus3d"
version = "0.4.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
build = false
exclude = ["**/.DS_Store"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform 3D GPU-accelerated multiphysics."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dimforge/nexus"
resolver = "2"

[features]
cpu = ["nexus_rbd3d?/cpu"]
cpu-parallel = [
    "cpu",
    "nexus_rbd3d?/cpu-parallel",
]
cuda = ["nexus_rbd3d?/cuda"]
default = [
    "dim3",
    "f32",
    "webgpu",
]
dim3 = []
f32 = []
f64 = []
metal = ["nexus_rbd3d?/metal"]
rbd = ["dep:nexus_rbd3d"]
webgpu = ["nexus_rbd3d?/webgpu"]

[lib]
name = "nexus3d"
path = "src/lib.rs"
required-features = ["dim3"]

[dependencies.bitflags]
version = "2"

[dependencies.khal]
version = "0.2"
features = ["derive"]

[dependencies.nexus_rbd3d]
version = "0.4.0"
features = ["default"]
optional = true
default-features = false

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("dim2", "dim3"))']