mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
16 lines
523 B
Text
16 lines
523 B
Text
{
|
|
"id": "juce_box2d",
|
|
"name": "JUCE wrapper for the Box2D physics engine",
|
|
"version": "3.0.0",
|
|
"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/*" ]
|
|
}
|