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

Added missing dependency to juce_tracktion_marketplace module

This commit is contained in:
jules 2014-11-12 18:18:36 +00:00
parent 5c9beac3a9
commit dac5fe9cd0

View file

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