From 321c7d2f0fc69e1b20b248ec13907e31d7df2b1e Mon Sep 17 00:00:00 2001 From: Avahe Kellenberger Date: Fri, 8 Oct 2021 10:32:09 -0400 Subject: [PATCH] Added package chipmunk7 (#2023) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 56dc261..544eebb 100644 --- a/packages.json +++ b/packages.json @@ -23858,5 +23858,21 @@ "description": "A domain-specific for general purpose office automation. The language is embedded in Nim and allows for quick and easy integration of different office software environments.", "license": "MIT", "web": "https://github.com/FlorianRauls/office-DSL-thesis" + }, + { + "name": "chipmunk7", + "url": "https://github.com/avahe-kellenberger/nim-chipmunk", + "method": "git", + "tags": [ + "chipmunk", + "chipmunk7", + "collision", + "gamedev", + "game", + "wrapper" + ], + "description": "Bindings for Chipmunk, a fast and lightweight 2D game physics library.", + "license": "MIT", + "web": "https://github.com/avahe-kellenberger/nim-chipmunk" } ]