verti 0.0.0

A GPU accelerated physics engine for the Bevy game engine with first class support for WebGPU.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "verti"

version.workspace = true

edition.workspace = true

license.workspace = true

readme.workspace = true

authors.workspace = true

repository.workspace = true

description = "A GPU accelerated physics engine for the Bevy game engine with first class support for WebGPU."

keywords = ["physics", "simulation", "real-time", "bevy"]

categories = ["simulation", "games", "game-development", "wasm", "concurrency"]



[dependencies]

bevy = { workspace = true }



[lints]

workspace = true