physac 0.1.0

Physac translated into native Rust
Documentation
[dependencies.raylib]
optional = true
version = ">=1.0"

[features]
debug = []
default = ["phys_thread"]
phys_thread = ["sync"]
raylib = ["dep:raylib"]
sync = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Physac translated into native Rust"
edition = "2024"
keywords = ["physics", "simulation", "2d", "threading", "physac"]
license-file = "LICENSE.md"
name = "physac"
readme = "README.md"
version = "0.1.0"