imgui-bindings 0.1.12-aarch64-linux → 0.1.14-aarch64-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: b7991fcecdf6bb0395b4c02744fd1b5a7252adaf73430df8fec1bc483754c001
4
- data.tar.gz: ea7aa9652476cbc5f935b662cb3c18138d2b9e478a18a86d6d289e718478ea37
3
+ metadata.gz: b706e6915eac9d0d76bb447fae8bf7f6ff1adbdb02d27891b9f0cd8750b15004
4
+ data.tar.gz: 88c4bc7faf6d3ebb72ff315c22336820f18f41bc07ebce70183557fabf90fb8b
5
5
  SHA512:
6
- metadata.gz: c30c04a92690b8eeb3b920d3d92d53b22d3c5ab8c7aa5e0c0bfd5ced0f1794dececfb555ea343676c9f406c9a43c88f2943aa8d9325a6f5dce38ab257fb5358f
7
- data.tar.gz: cdb39a518cd98840460f6deddb4faf88bedbf51ea561035e2a02b1991f5e41d8e0811f7f9aedf5352a3deef6dac415dd3bd2b6af8a099b21824223cc641206a9
6
+ metadata.gz: 2e624139137a0ea3afed9e11d7fbbc0866336923ac675140d5ffde601b72d5e059454c4a5955b023db064e1b3b67e7cacb65f0b92a7165fe873598da2f901f3f
7
+ data.tar.gz: 85ca622dd6f8b0fdbb6e87ebed6be1b598e107b0c668ec0e3595e04187f034cc14899e57cf666e1100425116c262b4a8e58868523fda23e8484256504b002ff8
data/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2024-08-04 vaiorabbit <http://twitter.com/vaiorabbit>
2
+
3
+ * ImGui v1.91.0
4
+
5
+ 2024-07-14 vaiorabbit <http://twitter.com/vaiorabbit>
6
+
7
+ * ImGui v1.90.9
8
+
1
9
  2024-04-13 vaiorabbit <http://twitter.com/vaiorabbit>
2
10
 
3
11
  * ImGui v1.90.5
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-04-13
6
+ * Last modified : 2024-08-04
7
7
 
8
8
  <img src="https://raw.githubusercontent.com/vaiorabbit/ruby-imgui/master/doc/jpfont_test.png" width="250">
9
9
 
@@ -16,7 +16,7 @@
16
16
  * [Windows] https://rubyinstaller.org/downloads/ Ruby+Devkit
17
17
  * ruby 3.2.0 (2022-12-25 revision a528908271) [x64-mingw-ucrt]
18
18
  * [macOS]
19
- * ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23]
19
+ * ruby 3.3.3 (2024-06-12 revision f1c7b6f435) [arm64-darwin23]
20
20
  * [Linux]
21
21
  * ruby 3.2.0 (2022-12-25 revision a528908271) [aarch64-linux]
22
22
  * Ruby Gems
@@ -27,7 +27,7 @@
27
27
  * Compiler
28
28
  * Tested on:
29
29
  * [Windows] gcc (Rev7, Built by MSYS2 project) 12.2.0
30
- * [macOS] Apple clang version 14.0.0 (clang-1400.0.29.202), Target: arm64-apple-darwin22.2.0
30
+ * [macOS] Apple clang version 15.0.0 (clang-1500.3.9.4)
31
31
  * [Linux] gcc (Debian 10.2.1-6) 10.2.1 20210110
32
32
  * CMake https://cmake.org/download/
33
33
 
@@ -42,6 +42,7 @@
42
42
  * ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x64-mingw32]
43
43
  * ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x64-mingw32]
44
44
  * [macOS]
45
+ * ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23]
45
46
  * ruby 3.2.1 (2023-02-08 revision 31819e82c8) [arm64-darwin22]
46
47
  * ruby 3.2.0 (2022-12-25 revision a528908271) [arm64-darwin21]
47
48
  * ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [arm64-darwin21]
@@ -57,6 +58,7 @@
57
58
  * Tested on:
58
59
  * [Windows] gcc (Rev10, Built by MSYS2 project) 11.2.0
59
60
  * [Windows] gcc (Rev1, Built by MSYS2 project) 8.2.1 20181214
61
+ * [macOS] Apple clang version 14.0.0 (clang-1400.0.29.202), Target: arm64-apple-darwin22.2.0
60
62
  * [macOS] clang (Apple clang version 13.1.6 (clang-1316.0.21.2.5), Target: arm64-apple-darwin21.5.0)
61
63
  * [macOS] clang (Apple clang version 12.0.5 (clang-1205.0.22.11), Target: arm64-apple-darwin20.6.0)
62
64
  </details>
data/lib/imgui.aarch64.so CHANGED
Binary file