slosh_testbed2d 0.6.0

Testbed for the slosh GPU-based MPM physics simulation library (2D version).
# 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 = "slosh_testbed2d"
version = "0.6.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Testbed for the slosh GPU-based MPM physics simulation library (2D version)."
readme = "README.md"
license = "Apache-2.0"

[features]
comptime = ["slosh2d/comptime"]
default = ["dim2"]
dim2 = []
runtime = ["slosh2d/runtime"]
webgpu = ["slosh2d/webgpu"]

[lib]
name = "slosh_testbed2d"
path = "src_testbed/lib.rs"
required-features = ["dim2"]

[dependencies.approx]
version = "0.5"

[dependencies.async-channel]
version = "2"

[dependencies.async-std]
version = "1"
features = ["attributes"]

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

[dependencies.encase]
version = "0.12"

[dependencies.futures-test]
version = "0.3"

[dependencies.kiss3d]
version = "0.37"
features = [
    "vertex_index_u32",
    "egui",
]

[dependencies.nalgebra]
version = "0.34"
features = [
    "convert-bytemuck",
    "rand",
]

[dependencies.regex]
version = "1"

[dependencies.serial_test]
version = "3"

[dependencies.slang-hal]
version = "0.4"

[dependencies.slosh2d]
version = "0.6"

[dependencies.stensor]
version = "0.4.2"

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

[dependencies.wgpu]
version = "27"
features = ["naga-ir"]

[build-dependencies.include_dir]
version = "0.7"

[build-dependencies.minislang]
version = "0.4"

[build-dependencies.slang-hal-build]
version = "0.4"

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