verti 0.0.0

A GPU accelerated physics engine for the Bevy game engine with first class support for WebGPU.
Documentation
[dependencies.bevy]
features = ["webgpu"]
version = "0.15.1"

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

[lints.clippy]
bool_comparison = "allow"
redundant_type_annotations = "warn"
too_many_arguments = "allow"
type_complexity = "allow"

[package]
authors = ["Nixon <voxell.technologies@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["simulation", "games", "game-development", "wasm", "concurrency"]
description = "A GPU accelerated physics engine for the Bevy game engine with first class support for WebGPU."
edition = "2021"
keywords = ["physics", "simulation", "real-time", "bevy"]
license = "MIT OR Apache-2.0"
name = "verti"
readme = "README.md"
repository = "https://github.com/23-Bulbs/verti"
version = "0.0.0"