makepad/libs/makepad_physics/Cargo.toml
2026-03-15 13:20:49 +01:00

12 lines
308 B
TOML

[package]
name = "makepad-physics"
version = "0.1.0"
edition = "2021"
description = "Deterministic physics engine for networked synced simulations"
license = "MIT OR Apache-2.0"
[dependencies]
makepad-math = { path = "../math" }
[dev-dependencies]
rapier3d = { path = "../../libs/rapier/crates/rapier3d" }