ASTC Native Decoding Support

This commit is contained in:
Ishotihadus
2018-05-26 20:48:44 +09:00
parent af71952313
commit 0356d837e0
9 changed files with 813 additions and 537 deletions
+1
View File
@@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.extensions = ["ext/decoders/native/extconf.rb"]
spec.add_dependency 'extlz4', '~> 0'
spec.add_dependency 'bin_utils', '~> 0'