raylib-bindings 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb3ecfaf49b35d47a1cb78ffac73f8e6c355bde8e5c9ada600cf5d80af1e6564
4
- data.tar.gz: 98e7fdc4aecae0a7fcd1f68947f9fcba891d78f0f76e5f22eafe73385e3e9127
3
+ metadata.gz: 43e9e24d4db6c179f96d529fdad7a610d9ac483d04d7212f349aa4c70802041c
4
+ data.tar.gz: 331a61864cea8a7cada952c0cda5970ec154d1e5613dfc486d2d8f72a75aa941
5
5
  SHA512:
6
- metadata.gz: 1db2e65ee6d8afbb17294fc38114e0592d334d7a4ea4df0880b562369820f82e238d8562bc476be80d9a8bf23057fd7272ec5744d2d4449c0c5cdd3299042276
7
- data.tar.gz: 8d539c2578b7f6ef3ffad52acea2fe2ab9b35575192e0309fc77429cb55f0d30c04e808adabc4e4988806e1f2fd6002e6cfb97435c1eebed66d61f20e98e116c
6
+ metadata.gz: 4f1a7c05982c78e256f2fda0548f91ac140d24cf2182fa81f877a24284ed6d96fcc3d50282d144724f33f2397f9bcfbf04701d3a86388afb117c2ec29a2fcfe7
7
+ data.tar.gz: fcc6e435ed46834d706d238dccb4b9d972d978b2c923b764038303230cb36056ca685962fe588dfe54ef738d8492bd645880721456e457d7d3d0c616d83f5697
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ 2023-04-15 vaiorabbit <http://twitter.com/vaiorabbit>
2
+
3
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/709b14180a6ed0379c134bd86612994cb2f36f80 ) and raygui ( https://github.com/raysan5/raygui/commit/5d7bc6b70adc195ccf3b556a23a1e2103f88ec7a )
4
+
1
5
  2023-03-19 vaiorabbit <http://twitter.com/vaiorabbit>
2
6
 
3
7
  * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/2e02474b7aac2e6e3fe680a3aa996973585eeaad ) and raygui ( https://github.com/raysan5/raygui/commit/5d1de95ba2d16c44c4e777873a0e39f75dab8ffd )
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  # Yet another raylib wrapper for Ruby #
4
4
 
5
5
  * Created : 2021-10-17
6
- * Last modified : 2023-03-19
6
+ * Last modified : 2023-04-15
7
7
 
8
8
  Provides Ruby bindings for raylib-related libraries including:
9
9
 
Binary file
data/lib/libraylib.dll CHANGED
Binary file
data/lib/libraylib.dylib CHANGED
Binary file
Binary file
Binary file
data/lib/physac.dll CHANGED
Binary file
data/lib/physac.dylib CHANGED
Binary file
data/lib/physac.x86_64.so CHANGED
Binary file
Binary file
data/lib/raygui.dll CHANGED
Binary file
data/lib/raygui.dylib CHANGED
Binary file
data/lib/raygui.x86_64.so CHANGED
Binary file
data/lib/raylib_main.rb CHANGED
@@ -12,9 +12,9 @@ module Raylib
12
12
  # Define/Macro
13
13
 
14
14
  RAYLIB_VERSION_MAJOR = 4
15
- RAYLIB_VERSION_MINOR = 5
15
+ RAYLIB_VERSION_MINOR = 6
16
16
  RAYLIB_VERSION_PATCH = 0
17
- RAYLIB_VERSION = "4.5"
17
+ RAYLIB_VERSION = "4.6-dev"
18
18
  DEG2RAD = Math::PI / 180.0
19
19
  RAD2DEG = 180.0 / Math::PI
20
20
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raylib-bindings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - vaiorabbit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-19 00:00:00.000000000 Z
11
+ date: 2023-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi