There's this error message when bundling - possibly just missing some more dependencies for librsvg: ``` 002a:err:module:import_dll Library bcryptprimitives.dll (which is needed by L"Z:\build\gtk-bundle\bin\librsvg-2-2.dll") not found 002a:err:module:import_dll Library librsvg-2-2.dll (which is needed by L"Z:\build\gtk-bundle\lib\gdk-pixbuf-2.0\2.10.0\loaders\pixbufloader_svg.dll") not found 002a:err:module:import_dll Library bcryptprimitives.dll (which is needed by L"Z:\build\gtk-bundle\lib\gdk-pixbuf-2.0\2.10.0\loaders\pixbufloader_svg.dll") not found g_module_open() failed for Z:\build\gtk-bundle\lib\gdk-pixbuf-2.0\2.10.0\loaders\pixbufloader_svg.dll: 'Z:\build\gtk-bundle\lib\gdk-pixbuf-2.0\2.10.0\loaders\pixbufloader_svg.dll': Module not found. ```