SDL_image has the ability to load image libraries like libpng and libjpeg on demand, using a preprocessor define (e.g. LOAD_PNG_DYNAMIC) indicating the dll filename to load. This functionality is not required (it can link these libraries normally), and I've opted to ignore it for now.
Do we want to support this sort of thing? I'd be inclined to say that it's beyond the scope of nuget packages, and anyone who wants to do this will have to configure the project for it manually. _______________________________________________ Mailing list: https://launchpad.net/~coapp-developers Post to : coapp-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~coapp-developers More help : https://help.launchpad.net/ListHelp