12 lines
308 B
TOML
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" }
|