Add vcpkg support for libraries #388
stevefan1999-personal
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
But why? Library hell would not make engine better
|
Beta Was this translation helpful? Give feedback.
2 replies
-
It does not solve library hell. It makes easier to maintain 3party libraries allowing recursive dependencies, which ends up in library hell. For source, the best way is just bundle static dependencies or submodules. It does not need much time to compile jpeg, png, so prebuilt binaries not needed here
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/microsoft/vcpkg
So we can just use the library there without pulling in libraries from Git
Beta Was this translation helpful? Give feedback.
All reactions