You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently sdl2-sys downloads SDL2-version.tar.gz from https://libsdl.org for every target when using "bundled" feature. This has two downsides:
Multiple copies of SDL2 are located in target folders.
Build process depends on external website.
Many other -sys crates use git submodules and include the C/C++ source code in the published crate. Now that SDL official repository was moved to Github, would you consider switching to using git submodule?
Currently SDL2 source size is around 80Mb. If you feel that the size bump is too big for users who do not use bundled feature, a separate crate could be used for bundled sources.
The text was updated successfully, but these errors were encountered:
Currently sdl2-sys downloads SDL2-version.tar.gz from https://libsdl.org for every target when using "bundled" feature. This has two downsides:
Many other -sys crates use git submodules and include the C/C++ source code in the published crate. Now that SDL official repository was moved to Github, would you consider switching to using git submodule?
Currently SDL2 source size is around 80Mb. If you feel that the size bump is too big for users who do not use bundled feature, a separate crate could be used for bundled sources.
The text was updated successfully, but these errors were encountered: