-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstbimage.gemspec
More file actions
12 lines (12 loc) · 859 Bytes
/
stbimage.gemspec
File metadata and controls
12 lines (12 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Gem::Specification.new do |s|
s.name = 'stbimage'
s.version = '1.0.0'
s.date = '2021-10-31'
s.summary = "Bindings of the often used header stb_image.h"
s.description = "A practical image importer/loader. It wraps stb_image.h (ver:2.26 -2020.07.13-). Supported image formats are: JPEG, PNG, TGA, BMP, PSD, GIF(not animation), HDR, PIC, PNM. Checkout the Homepage for usage in Windows, MacOs, Linux or ARM"
s.authors = ["Samuel Keresztes"]
s.email = ''
s.files = ["lib/stbimage.rb", "stb-source/stb_image.c", "stb-source/stb_image.h", "lib/dlls/stbDLL_x64.dll", "lib/dlls/libstb_x86.so", "lib/dlls/libstb_x64.so", "lib/dlls/libstb_arm.so", "lib/dlls/stbDLL_x86.dll", "README.md", "utils/system_check.rb"]
s.homepage = 'https://github.com/fellowchap-samuel/stbimage-ruby'
s.license = 'MIT'
end