nanovg-bindings 0.1.0 → 0.2.0

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: 0d4ff79361f68409e4b2895de8f542d65e190702344122f3a4f3362575280490
4
- data.tar.gz: d958e104b53f347cdebaf33444ffd6c4259d2c5fe7b30853672c5f0b4c1a8947
3
+ metadata.gz: 532a7b895fc75231e57e6677ee2099770c8b94ebfdedecce84a2f1fedf6841d7
4
+ data.tar.gz: 298c37b3eecdca8778bc89f0f7d2dd0da813250d804ec45bae2aa945f7f7c719
5
5
  SHA512:
6
- metadata.gz: b6161816ef6df3f6d57d7c6067209e0a07ab55e76ac807360b888d2b158d0ee46d26a8dc22236940ab7bccb9e0c82c35ced5a7bf5f9f227316b5e7dc2b83aea2
7
- data.tar.gz: 3a58ae8844c63fc0b02a0e95d4091b3ad377cb1baccd1cfcbdbee132ca5da84bfabcee03fbccce60f2cfb9d27d29aa1605ca1efe758b92ce160d1000cceacfbc
6
+ metadata.gz: d62fdad5122e2a3e17500b89f8f44fc056dc72fef903e07de4bf5ce5a810695cfd62a07635c3f9f2cdaa996a410a8db3e57e8a3ac8a1222a96864dc7602e814e
7
+ data.tar.gz: 63692c355b0b5f1b4e23e6b1da33169c32d41678236ed2f911e76fd8aacaa3db6b37efd8d8a3db2594f698835ca05f734aab27ab3e03db11767cab2ad08d95be
data/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2024-01-05 vaiorabbit <http://twitter.com/vaiorabbit>
2
+
3
+ * macOS : Generate libraries for each platform
4
+ * Updated using the latest nanovg ( https://github.com/memononen/nanovg/commit/f93799c078fa11ed61c078c65a53914c8782c00b )
5
+
1
6
  2023-02-01 vaiorabbit <http://twitter.com/vaiorabbit>
2
7
 
3
8
  * Updated using the latest nanovg ( https://github.com/memononen/nanovg/commit/7544c114e83db7cf67bd1c9e012349b70caacc2f )
data/LICENSE.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  NanoVG-Bindings : A Ruby bindings of NanoVG
2
- Copyright (c) 2015-2023 vaiorabbit
2
+ Copyright (c) 2015-2024 vaiorabbit
3
3
 
4
4
  This software is provided 'as-is', without any express or implied
5
5
  warranty. In no event will the authors be held liable for any damages
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Provides NanoVG ( https://github.com/memononen/nanovg ) interfaces for ruby (MRI).
4
4
 
5
5
  * Created : 2015-07-12
6
- * Last modified : 2023-02-01
6
+ * Last modified : 2024-01-05
7
7
 
8
8
  <img src="https://raw.githubusercontent.com/vaiorabbit/nanovg-bindings/master/doc/example_rb.png" width="150"> <img src="https://raw.githubusercontent.com/vaiorabbit/nanovg-bindings/master/doc/emojifont_rb.png" width="150"> <img src="https://raw.githubusercontent.com/vaiorabbit/nanovg-bindings/master/doc/hex_gol_glider5_rb.png" width="150"> <img src="https://raw.githubusercontent.com/vaiorabbit/nanovg-bindings/master/doc/jpfont_rb.png" width="150"> <img src="https://raw.githubusercontent.com/vaiorabbit/nanovg-bindings/master/doc/mandelbrot_rb.png" width="150">
9
9
 
@@ -38,7 +38,7 @@ See demo/example.rb for details.
38
38
  All source codes are available under the terms of the zlib/libpng license.
39
39
 
40
40
  NanoVG-Bindings : A Ruby bindings of NanoVG
41
- Copyright (c) 2015-2023 vaiorabbit
41
+ Copyright (c) 2015-2024 vaiorabbit
42
42
 
43
43
  This software is provided 'as-is', without any express or implied
44
44
  warranty. In no event will the authors be held liable for any damages
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nanovg-bindings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - vaiorabbit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-31 00:00:00.000000000 Z
11
+ date: 2024-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.15'
19
+ version: '1.16'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.15'
26
+ version: '1.16'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: opengl-bindings2
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -50,14 +50,6 @@ files:
50
50
  - ChangeLog
51
51
  - LICENSE.txt
52
52
  - README.md
53
- - lib/libnanovg_gl2.aarch64.so
54
- - lib/libnanovg_gl2.dll
55
- - lib/libnanovg_gl2.dylib
56
- - lib/libnanovg_gl2.x86_64.so
57
- - lib/libnanovg_gl3.aarch64.so
58
- - lib/libnanovg_gl3.dll
59
- - lib/libnanovg_gl3.dylib
60
- - lib/libnanovg_gl3.x86_64.so
61
53
  - lib/nanovg.rb
62
54
  homepage: https://github.com/vaiorabbit/nanovg-bindings
63
55
  licenses:
@@ -78,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
70
  - !ruby/object:Gem::Version
79
71
  version: '0'
80
72
  requirements: []
81
- rubygems_version: 3.4.1
73
+ rubygems_version: 3.5.3
82
74
  signing_key:
83
75
  specification_version: 4
84
76
  summary: Bindings for NanoVG
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file