dynamis-character 0.7.0

Query driven kinematic character controller
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 = "dynamis-character"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query driven kinematic character controller"
readme = false
license = "MIT"
repository = "https://github.com/formetaohy/Dynamis"
resolver = "2"

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

[[test]]
name = "character"
path = "tests/character.rs"

[dependencies.dynamis-model]
version = "0.7.0"

[dependencies.dynamis-world]
version = "0.7.0"

[dev-dependencies.dynamis-gpu]
version = "0.7.0"

[dev-dependencies.pollster]
version = "0.4"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"
warnings = "deny"