From df37f3612d78fe23227136d361376ff0e771a591 Mon Sep 17 00:00:00 2001 From: jcant0n Date: Wed, 4 Sep 2024 21:39:23 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9931dcc..2ddd58f 100644 --- a/README.md +++ b/README.md @@ -55,4 +55,11 @@ The following bindings are currently available in this repository: [![CD Imgui](https://github.com/EvergineTeam/ImGui.Net/actions/workflows/cd-imgui.yml/badge.svg)](https://github.com/EvergineTeam/ImGui.Net/actions/workflows/cd-imgui.yml) [![CD Extensions](https://github.com/EvergineTeam/ImGui.Net/actions/workflows/cd-extensions.yml/badge.svg)](https://github.com/EvergineTeam/ImGui.Net/actions/workflows/cd-extensions.yml) +| Project | Nuget | +| :-- | :-- | +| Imgui | [![Nuget](https://img.shields.io/nuget/v/Evergine.Bindings.Imgui?logo=nuget)](https://www.nuget.org/packages/Evergine.Bindings.Imgui) | +| Imguizmo | [![Nuget](https://img.shields.io/nuget/v/Evergine.Bindings.Imguizmo?logo=nuget)](https://www.nuget.org/packages/Evergine.Bindings.Imguizmo) | +| Implot | [![Nuget](https://img.shields.io/nuget/v/Evergine.Bindings.Implot?logo=nuget)](https://www.nuget.org/packages/Evergine.Bindings.Implot) | +| Imnodes | [![Nuget](https://img.shields.io/nuget/v/Evergine.Bindings.Imnodes?logo=nuget)](https://www.nuget.org/packages/Evergine.Bindings.Imnodes) | + This README serves as a centralized hub for all the bindings available in this repository. You can find more information about each binding by clicking on the links above.