maple_physics 0.3.0

implements rapier3d for maple
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 = "maple_physics"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "implements rapier3d for maple"
readme = false
license = "MIT"

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

[dependencies.glam]
version = "0.30.9"

[dependencies.log]
version = "0.4"

[dependencies.maple_app]
version = "0.3.0"

[dependencies.maple_engine]
version = "0.3.0"

[dependencies.nalgebra]
version = "0.34.1"
features = ["convert-glam030"]

[dependencies.rapier3d]
version = "0.30.1"