imgui-bindings 0.1.13-x86_64-linux → 0.1.15-x86_64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89551706d5a0505868abaf9d582e19a6086452c8c7693c55e0d619267f859b05
4
- data.tar.gz: 309df3f90c8de50b907e9479e029c7fc897832b74fbb8057ded9b996599b6a76
3
+ metadata.gz: da6c369637cd43737ae1893ae5983a3efcdad042d6381469998e0ae8b2943cad
4
+ data.tar.gz: 80b482901d2fbc13e13aaa3fc1c141c99b054242fd806fb898ba51cb792ffcff
5
5
  SHA512:
6
- metadata.gz: 2b6cfee01bbb18999fc6ff1c757a956838d99e8f6428ffc5cc5f6ae7b416d76834af49cffafd85ec64cbeef4a95d72d561329579ba1286115587721c36bd2ee8
7
- data.tar.gz: 36f68275fe1be52ba1162ad35037b5c9a538c31e1e3bdb75ab5a9fbc22d588ae0cfee813428132aee79b868b7f50dbae48e8375c126447433b2fc98421a6d181
6
+ metadata.gz: a3cbfbd185a0ac9da4f839a912175fb7017b021c0ca0e2944ca4a67243c7ba1e6ef9c9284b2dafc0eeb54598f6cf8aa5a6aa2ef212b0ca6c733a3ff8bfc19bed
7
+ data.tar.gz: 354e36a5443285088b24719f35d1552935c3354af065a6d536f68a425e534427d47b7e66b0179e95e4930bbc485904f4cf63707ffe824e6cc4e7a6d675ba2c75
data/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2024-09-22 vaiorabbit <http://twitter.com/vaiorabbit>
2
+
3
+ * ImGui v1.91.1
4
+
5
+ 2024-08-04 vaiorabbit <http://twitter.com/vaiorabbit>
6
+
7
+ * ImGui v1.91.0
8
+
1
9
  2024-07-14 vaiorabbit <http://twitter.com/vaiorabbit>
2
10
 
3
11
  * ImGui v1.90.9
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  # Yet another ImGui wrapper for Ruby #
4
4
 
5
5
  * Created : 2019-01-05
6
- * Last modified : 2024-07-14
6
+ * Last modified : 2024-09-21
7
7
 
8
8
  <img src="https://raw.githubusercontent.com/vaiorabbit/ruby-imgui/master/doc/jpfont_test.png" width="250">
9
9