From 989f8e1c9970889c326db9f0dedee477a0e8e1ff Mon Sep 17 00:00:00 2001 From: Charles Bournhonesque Date: Sun, 25 Feb 2024 17:43:30 -0500 Subject: [PATCH] Add lightyear networking library --- 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"