1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Resave all projects

This commit is contained in:
reuk 2025-08-20 20:36:53 +01:00
parent 14ef18c5b9
commit 86123aeddf
No known key found for this signature in database
63 changed files with 17969 additions and 17063 deletions

View file

@ -279,6 +279,7 @@ StringArray getJUCEModules() noexcept
"juce_audio_formats",
"juce_audio_plugin_client",
"juce_audio_processors",
"juce_audio_processors_headless",
"juce_audio_utils",
"juce_box2d",
"juce_core",
@ -336,6 +337,7 @@ StringArray getModulesRequiredForAudioProcessor() noexcept
"juce_audio_formats",
"juce_audio_plugin_client",
"juce_audio_processors",
"juce_audio_processors_headless",
"juce_audio_utils",
"juce_core",
"juce_data_structures",