From 559185647e291637d6be4b840f2c20d55a552dc2 Mon Sep 17 00:00:00 2001 From: Charles Bournhonesque Date: Mon, 26 Feb 2024 10:10:40 -0500 Subject: [PATCH] Add lightyear networking library (#560) --- content/ecosystem/data.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/ecosystem/data.toml b/content/ecosystem/data.toml index ba2fb479..1784a1c7 100644 --- a/content/ecosystem/data.toml +++ b/content/ecosystem/data.toml @@ -699,6 +699,11 @@ name = "lichen" source = "crates" categories = ["scripting"] +[[items]] +name = "lightyear" +source = "crates" +categories = ["networking"] + [[items]] name = "liquidfun" source = "crates"