1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_box2d/juce_module_info
2013-09-07 20:20:20 +01:00

16 lines
523 B
Text

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