From dad6ca104cbc48909c450da56a6c262b4d37a49a Mon Sep 17 00:00:00 2001 From: agneszitte Date: Mon, 24 Feb 2025 14:54:08 -0500 Subject: [PATCH] docs: Add Shiny .NET to supported 3rd-party libraries list (cherry picked from commit 8981f404d3b5ee0042131f2d9020ece1f4316d67) --- doc/articles/supported-libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/articles/supported-libraries.md b/doc/articles/supported-libraries.md index 7920e49be3f7..f0f13d9539f0 100644 --- a/doc/articles/supported-libraries.md +++ b/doc/articles/supported-libraries.md @@ -30,5 +30,6 @@ This article lists some of the 3rd-party libraries supported by Uno Platform. ## Other libraries * [SkiaSharp](https://www.nuget.org/packages/SkiaSharp.Views.Uno) +* [Shiny .NET](https://shinylib.net/mediator/extensions/unoplatform/) If we're missing a library here, [drop us a line](https://github.com/unoplatform/uno/issues/new/choose) or [create a Pull Request](https://github.com/unoplatform/uno/blob/master/doc/articles/supported-libraries.md)!