- clean working copy for leaving SVN
This commit is contained in:
@@ -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/*" ]
|
||||
}
|
||||
Reference in New Issue
Block a user