refactor(ceasar-core): changed from using openssl to rustls

This commit is contained in:
Patryk Hegenberg 2024-05-24 16:47:44 +02:00
parent 1b83c0b5ff
commit 1586818bd6
11 changed files with 298 additions and 262 deletions

View file

@ -8,10 +8,13 @@
#include <bitsdojo_window_windows/bitsdojo_window_plugin.h>
#include <desktop_drop/desktop_drop_plugin.h>
#include <permission_handler_windows/permission_handler_windows_plugin.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
BitsdojoWindowPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("BitsdojoWindowPlugin"));
DesktopDropPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("DesktopDropPlugin"));
PermissionHandlerWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
}

View file

@ -5,6 +5,7 @@
list(APPEND FLUTTER_PLUGIN_LIST
bitsdojo_window_windows
desktop_drop
permission_handler_windows
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST