The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
523B

  1. {
  2. "id": "juce_box2d",
  3. "name": "JUCE wrapper for the Box2D physics engine",
  4. "version": "4.0.1",
  5. "description": "The Box2D physics engine and some utility classes.",
  6. "website": "http://www.juce.com/juce",
  7. "license": "GPL/Commercial",
  8. "dependencies": [ { "id": "juce_graphics", "version": "matching" } ],
  9. "include": "juce_box2d.h",
  10. "compile": [ { "file": "juce_box2d.cpp" } ],
  11. "browse": [ "box2d/*", "utils/*" ]
  12. }