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

Animation: Add juce_animation module

This commit is contained in:
attila 2022-11-01 11:15:39 +01:00 committed by Anthony Nicholls
parent bc6295d7b5
commit bc3600cde8
22 changed files with 2731 additions and 4 deletions

View file

@ -273,6 +273,7 @@ StringArray getJUCEModules() noexcept
static StringArray juceModuleIds =
{
"juce_analytics",
"juce_animation",
"juce_audio_basics",
"juce_audio_devices",
"juce_audio_formats",