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:
parent
5c9beac3a9
commit
dac5fe9cd0
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue