appl 0.2.1

Appl is a physics engine powered by the Rapier library. It is currently 2d only.
Documentation
[[example]]
name = "hello_world"
[dependencies.nalgebra]
version = "0.29"

[dependencies.rapier2d]
version = "0.11"
[dev-dependencies.macroquad]
version = "0.3"

[package]
authors = ["AribYadi <aribyadi@gmail.com>"]
categories = ["game-development", "simulation", "science", "mathematics"]
description = "Appl is a physics engine powered by the Rapier library. It is currently 2d only.\n"
edition = "2021"
homepage = "https://github.com/AribYadi/Appl.git"
keywords = ["physics", "2d", "rigid", "gamedev"]
license = "MIT"
name = "appl"
readme = "README.md"
repository = "https://github.com/AribYadi/Appl.git"
resolver = "2"
version = "0.2.1"