When I search "SFML" on NuGet I got the following packages :
- "SFML.Net" (2.1.5) By Laurent G
However there is also the following ones :
sfml-system
sfml-window
sfml-graphics
sfml-audio
sfml-network
They are also by Laurent G. but version is 2.4.0
Should I install "SFML.Net" package (which is outdated) or the individual (more recent) packages (only the one I need) ?
If it's better to install the individual packages, what is the purpose of "SFML.Net" package ?