|
- {
- "id": "juce_box2d",
- "name": "JUCE wrapper for the Box2D physics engine",
- "version": "4.0.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/*" ]
- }
|