- clean working copy for leaving SVN

This commit is contained in:
2022-06-28 19:04:46 +02:00
parent 62a2d47cb3
commit 762b8f0e7d
1966 changed files with 699872 additions and 126 deletions
@@ -0,0 +1,16 @@
{
"id": "juce_box2d",
"name": "JUCE wrapper for the Box2D physics engine",
"version": "3.1.1",
"description": "The Box2D physics engine and some utility classes.",
"website": "http://www.juce.com/juce",
"license": "GPL/Commercial",
"dependencies": [ { "id": "juce_graphics", "version": "matching" } ],
"include": "juce_box2d.h",
"compile": [ { "file": "juce_box2d.cpp" } ],
"browse": [ "box2d/*", "utils/*" ]
}