anput-physics 0.19.1

Physics plugin for Anput ECS
Documentation
[dependencies.anput]
version = "0.19"

[dependencies.anput-spatial]
version = "0.19"

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

[dependencies.vek]
version = "0.17"

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

[package]
authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Physics plugin for Anput ECS"
documentation = "https://docs.rs/anput-physics"
edition = "2024"
homepage = "https://github.com/PsichiX/anput"
license = "MIT OR Apache-2.0"
name = "anput-physics"
readme = "README.md"
repository = "https://github.com/PsichiX/anput"
resolver = "2"
version = "0.19.1"