Unfortunately, there's no way to embed a dynamic library, as the OS doesn't allow loading libraries not physically present on the filesystem. (Technically, you could have the executable extract it on startup then load the library, but antivirus programs might not like this.)