From c032492773b8bd2d5c748bce7feced3254416e8e Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 12 Jul 2024 16:38:13 +0900 Subject: [PATCH] Add link to published conan package --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1edc35d..4744942 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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 libsodium (optional). Implemented in C++ (up to C++11 standard), but is available via a C api, which should facilitate creating bindings for other