I added rusqlite to my cargo list and added a custom sqlite3mc.lib and .dll
The .lib seems to be linked against rust, but the .dll causes the app to not startup when not present.
I added the .dll to the resources, but of course it doesn't add it into the portable .exe file...
I don't want to have to use the .msi file. Any idea how to include the .dll into the binary and make it paste it before the app starts or is this not possible?