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:
parent
323bce7282
commit
2723a60208
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue