From 8c6940b5e9aab3ab86c3d4319847be72ff0f4ff6 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 12 Jul 2024 16:39:43 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4744942..576dfe7 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,10 @@ https://git.seodisparate.com/stephenseo/UDPConnection # Other Notes Inspired by [a series of blog posts about networking for games.](https://gafferongames.com/categories/game-networking/) + +## Conan + +conan packages of this library are [available here](https://git.seodisparate.com/stephenseo/-/packages/conan/udpc/versions). + +The `conan` branch contains the necessary changes to publish this library as a +conan package. Expect the `conan` branch to rebase on `master` in the future.