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.
@@ -1,4 +1,4 @@
1
- RUBY_PLATFORM = x86-mingw32
1
+
2
2
 
3
3
  if RUBY_PLATFORM =~ /64/
4
4
 
@@ -48,4 +48,4 @@ end
48
48
  # lib, path = 'stbDLL_x86.dll', "#{__dir__}/../dlls"
49
49
  # elsif RUBY_PLATFORM =~ /x86_linux/
50
50
  # lib, path = 'libstd_x86.so', "#{__dir__}/../dlls"
51
- # else
51
+ # else
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.5.1
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-09 00:00:00.000000000 Z
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. Only works well with windows (win32/win64) and
16
- with linux so far, but for macOS, users have to include . Checkout the Homepage
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: