From 99c2195b4483fc549ea4fe4518ee47e1af2cefb1 Mon Sep 17 00:00:00 2001
From: SpaiR <12721311+SpaiR@users.noreply.github.com>
Date: Thu, 20 Aug 2020 17:19:52 +0300
Subject: [PATCH] Change header for imgui-java to the actual one
---
Bindings.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Bindings.md b/Bindings.md
index 26f8f72..12525db 100644
--- a/Bindings.md
+++ b/Bindings.md
@@ -14,7 +14,7 @@ _NB: those bindings may be more or less maintained, more or less close to the sp
| Haskell | **imgui-haskell**: Haskell bindings for Dear ImGui
https://github.com/dbousamra/imgui-haskell
| Haxe/hxcpp | **linc_imgui**: binding for imgui
https://github.com/Aidan63/linc_imgui |
| Haxe/Heaps | **hlimgui**: [Heaps](https://heaps.io/) game engine binding for Dear ImGui
https://github.com/haddock7/hlimgui |
-| Java | **jimgui**: Pure Java binding for dear imgui
https://github.com/ice1000/jimgui
**imgui-java**: A handcrafted/generated Java binding for Dear ImGui
https://github.com/SpaiR/imgui-java |
+| Java | **jimgui**: Pure Java binding for dear imgui
https://github.com/ice1000/jimgui
**imgui-java**: JNI based binding for Dear ImGui
https://github.com/SpaiR/imgui-java |
| JavaScript | **imgui-js**: JavaScript bindings for Dear ImGui using Emscripten and TypeScript
https://github.com/flyover/imgui-js + also see [web demo](https://flyover.github.io/imgui-js/example/) |
| Julia | **CImGui.jl**: Julia wrapper for cimgui
https://github.com/Gnimuc/CImGui.jL |
| Kotlin | **kotlin-imgui**: Kotlin bindings for Dear ImGui
https://github.com/Dominaezzz/kotlin-imgui