calog/vendor/mruby/mrbgems/mruby-cmath/mrbgem.rake
2026-07-04 20:25:00 -05:00

8 lines
327 B
Ruby
Vendored

# This `mruby-cmath` gem uses C99 _Complex features
# You need C compiler that support C99+
MRuby::Gem::Specification.new('mruby-cmath') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'standard Math module with complex'
spec.add_dependency 'mruby-complex', :core => 'mruby-complex'
end