Add link to published conan package

This commit is contained in:
Stephen Seo 2024-07-12 16:38:13 +09:00
parent c6b13de9f8
commit c032492773

View file

@ -1,5 +1,7 @@
# UDPConnection # UDPConnection
[C++ conan package](https://git.seodisparate.com/stephenseo/-/packages/conan/udpc/versions)
Provides a network connection over UDP, with verification of packet support via Provides a network connection over UDP, with verification of packet support via
libsodium (optional). Implemented in C++ (up to C++11 standard), but is libsodium (optional). Implemented in C++ (up to C++11 standard), but is
available via a C api, which should facilitate creating bindings for other available via a C api, which should facilitate creating bindings for other