Most people just need to ship DLLs that are required for `-d:ssl`. It just 
comes up a lot. We have written a library 
[puppy](https://github.com/treeform/puppy) to just use the system APIs instead. 
No DLL required.

If you use `puppy` for your https:// no DLL is required.

Another DLL people need is zlib, but again we also have 
[zippy](https://github.com/guzba/zippy).

Just use `zippy` for your compression and again no DLL is required.

Another common DLL people need is glfw/sdl to open up window to do openGL, but 
we have [windy](https://github.com/treeform/windy) it just uses the system APIs 
to do everything.

Just use `windy` for your windowing and again no DLL is required.

It's easy to ship without DLLs if you use the right libraries. 

Reply via email to