nanovg-bindings 0.0.2 → 0.1.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: f8209efc95a9fc19d21d3add4f79d05c5069c6951a06b7a9e0c1c523efd19e57
4
- data.tar.gz: faefdcbaf05388d9fa1f11d047c525057d8141c52f077965250f100f60d4ecd5
3
+ metadata.gz: 0d4ff79361f68409e4b2895de8f542d65e190702344122f3a4f3362575280490
4
+ data.tar.gz: d958e104b53f347cdebaf33444ffd6c4259d2c5fe7b30853672c5f0b4c1a8947
5
5
  SHA512:
6
- metadata.gz: f5668466e097988fa2ac37b7b84ac318e7c66b9c6f2220ce04486f3756b46af922e7bb5167be3b44f17d7a56e59f910b767b72b72dfdbb2f2d5c7be2ec6f9e18
7
- data.tar.gz: ab406e4b5d22ddf6fd8428cc0f2b92259e4b95914aa25425a2b45ea3274b9e8b099008463916d3db1b3ab0d7a995ecce26257fdbcc9f6f9933849f6fe4cffc85
6
+ metadata.gz: b6161816ef6df3f6d57d7c6067209e0a07ab55e76ac807360b888d2b158d0ee46d26a8dc22236940ab7bccb9e0c82c35ced5a7bf5f9f227316b5e7dc2b83aea2
7
+ data.tar.gz: 3a58ae8844c63fc0b02a0e95d4091b3ad377cb1baccd1cfcbdbee132ca5da84bfabcee03fbccce60f2cfb9d27d29aa1605ca1efe758b92ce160d1000cceacfbc
data/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2023-02-01 vaiorabbit <http://twitter.com/vaiorabbit>
2
+
3
+ * Updated using the latest nanovg ( https://github.com/memononen/nanovg/commit/7544c114e83db7cf67bd1c9e012349b70caacc2f )
4
+
5
+ 2022-04-29 vaiorabbit <http://twitter.com/vaiorabbit>
6
+
7
+ * Updated using the latest nanovg ( https://github.com/memononen/nanovg/commit/397f3300bc14bdb856ec429c71c345ab0340b0a6 )
8
+
1
9
  2022-01-08 vaiorabbit <http://twitter.com/vaiorabbit>
2
10
 
3
11
  * Changed API
data/LICENSE.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  NanoVG-Bindings : A Ruby bindings of NanoVG
2
- Copyright (c) 2015-2022 vaiorabbit
2
+ Copyright (c) 2015-2023 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 : 2022-01-08
6
+ * Last modified : 2023-02-01
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-2022 vaiorabbit
41
+ Copyright (c) 2015-2023 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
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
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.0.2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - vaiorabbit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-09 00:00:00.000000000 Z
11
+ date: 2023-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -50,10 +50,14 @@ files:
50
50
  - ChangeLog
51
51
  - LICENSE.txt
52
52
  - README.md
53
+ - lib/libnanovg_gl2.aarch64.so
53
54
  - lib/libnanovg_gl2.dll
54
55
  - lib/libnanovg_gl2.dylib
56
+ - lib/libnanovg_gl2.x86_64.so
57
+ - lib/libnanovg_gl3.aarch64.so
55
58
  - lib/libnanovg_gl3.dll
56
59
  - lib/libnanovg_gl3.dylib
60
+ - lib/libnanovg_gl3.x86_64.so
57
61
  - lib/nanovg.rb
58
62
  homepage: https://github.com/vaiorabbit/nanovg-bindings
59
63
  licenses:
@@ -67,14 +71,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
71
  requirements:
68
72
  - - ">="
69
73
  - !ruby/object:Gem::Version
70
- version: 2.6.0
74
+ version: 3.0.0
71
75
  required_rubygems_version: !ruby/object:Gem::Requirement
72
76
  requirements:
73
77
  - - ">="
74
78
  - !ruby/object:Gem::Version
75
79
  version: '0'
76
80
  requirements: []
77
- rubygems_version: 3.3.4
81
+ rubygems_version: 3.4.1
78
82
  signing_key:
79
83
  specification_version: 4
80
84
  summary: Bindings for NanoVG