appl 0.1.0

Appl is a physics engine powered by Rapier. 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>"]
description = "Appl is a physics engine powered by Rapier. It is currently 2d only.\n"
edition = "2021"
homepage = "https://github.com/AribYadi/Appl.git"
license = "MIT"
name = "appl"
readme = "README.md"
repository = "https://github.com/AribYadi/Appl.git"
resolver = "2"
version = "0.1.0"