Moved the assets folder into the git repo and some other stuff too

This commit is contained in:
2024-01-04 22:41:01 +02:00
parent 35a53b21cf
commit f17e540f68
15 changed files with 11 additions and 563 deletions

View File

@ -1,15 +0,0 @@
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <dynamic_color/dynamic_color_plugin.h>
void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) dynamic_color_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "DynamicColorPlugin");
dynamic_color_plugin_register_with_registrar(dynamic_color_registrar);
}