stbimage 0.5.1 → 0.6.0
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 +4 -4
- data/README.md +33 -6
- data/lib/stbimage.rb +1 -1
- data/stb-source/stb_image.c +7250 -0
- data/stb-source/stb_image.h +7739 -0
- data/utils/system_check.rb +2 -2
- metadata +6 -5
data/utils/system_check.rb
CHANGED
metadata
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stbimage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Keresztes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-01-
|
|
11
|
+
date: 2021-01-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: "!Beta Version! A practical image importer/loader. It wraps stb_image.h
|
|
14
14
|
(ver:2.26 -2020.07.13-). Supported image formats are: JPEG, PNG, TGA, BMP, PSD,
|
|
15
|
-
GIF(not animation), HDR, PIC, PNM.
|
|
16
|
-
|
|
17
|
-
for more info (installation, usage and other information)"
|
|
15
|
+
GIF(not animation), HDR, PIC, PNM. Checkout the Homepage for usage in Windows, MacOs,
|
|
16
|
+
Linux or ARM"
|
|
18
17
|
email: ''
|
|
19
18
|
executables: []
|
|
20
19
|
extensions: []
|
|
@@ -27,6 +26,8 @@ files:
|
|
|
27
26
|
- dlls/stbDLL_x64.dll
|
|
28
27
|
- dlls/stbDLL_x86.dll
|
|
29
28
|
- lib/stbimage.rb
|
|
29
|
+
- stb-source/stb_image.c
|
|
30
|
+
- stb-source/stb_image.h
|
|
30
31
|
- utils/system_check.rb
|
|
31
32
|
homepage: https://github.com/fellowchap-samuel/stbimage-ruby
|
|
32
33
|
licenses:
|