From a7c4c673aeff1722034e17ee10f361b2e036a96f Mon Sep 17 00:00:00 2001 From: Roger Jungemann Date: Tue, 16 Mar 2010 14:52:24 -0700 Subject: New formula chipmunk Fast and lightweight 2D rigid body physics library in C Signed-off-by: David Höppner <0xffea@gmail.com> * split commit * rewrote commit message --- Library/Formula/chipmunk.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/chipmunk.rb (limited to 'Library/Formula') diff --git a/Library/Formula/chipmunk.rb b/Library/Formula/chipmunk.rb new file mode 100644 index 000000000..93a39ebff --- /dev/null +++ b/Library/Formula/chipmunk.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Chipmunk