1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a dependency in the openGL module manifest

This commit is contained in:
jules 2015-08-26 20:25:26 +01:00
parent 323bce7282
commit 2723a60208

View file

@ -6,7 +6,7 @@
"website": "http://www.juce.com/juce",
"license": "GPL/Commercial",
"dependencies": [ { "id": "juce_gui_basics", "version": "matching" } ],
"dependencies": [ { "id": "juce_gui_extra", "version": "matching" } ],
"include": "juce_opengl.h",