# -*- encoding: utf-8 -*-
# stub: processing 0.5.6 ruby lib

Gem::Specification.new do |s|
  s.name = "processing".freeze
  s.version = "0.5.6".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["xordog".freeze]
  s.date = "2023-05-08"
  s.description = "Creative Coding Framework has API compatible to Processing or p5.js.".freeze
  s.email = "xordog@gmail.com".freeze
  s.files = [".github/workflows/release-gem.yml".freeze, ".github/workflows/tag.yml".freeze, ".github/workflows/test.yml".freeze, ".github/workflows/utils.rb".freeze, ".gitignore".freeze, ".yardopts".freeze, "ChangeLog.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "examples/breakout.rb".freeze, "examples/camera.rb".freeze, "examples/clock.rb".freeze, "examples/delay_camera.rb".freeze, "examples/hello.rb".freeze, "examples/image.rb".freeze, "examples/shapes.rb".freeze, "lib/processing.rb".freeze, "lib/processing/all.rb".freeze, "lib/processing/app.rb".freeze, "lib/processing/capture.rb".freeze, "lib/processing/context.rb".freeze, "lib/processing/extension.rb".freeze, "lib/processing/font.rb".freeze, "lib/processing/graphics.rb".freeze, "lib/processing/graphics_context.rb".freeze, "lib/processing/image.rb".freeze, "lib/processing/shader.rb".freeze, "lib/processing/touch.rb".freeze, "lib/processing/vector.rb".freeze, "lib/processing/window.rb".freeze, "processing.gemspec".freeze, "test/helper.rb".freeze, "test/test_capture.rb".freeze, "test/test_font.rb".freeze, "test/test_graphics.rb".freeze, "test/test_graphics_context.rb".freeze, "test/test_image.rb".freeze, "test/test_shader.rb".freeze, "test/test_text_bounds.rb".freeze, "test/test_touch.rb".freeze, "test/test_utility.rb".freeze, "test/test_vector.rb".freeze]
  s.homepage = "https://github.com/xord/processing".freeze
  s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Processing compatible Creative Coding Framework.".freeze
  s.test_files = ["test/helper.rb".freeze, "test/test_capture.rb".freeze, "test/test_font.rb".freeze, "test/test_graphics.rb".freeze, "test/test_graphics_context.rb".freeze, "test/test_image.rb".freeze, "test/test_shader.rb".freeze, "test/test_text_bounds.rb".freeze, "test/test_touch.rb".freeze, "test/test_utility.rb".freeze, "test/test_vector.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<xot>.freeze, ["~> 0.1.35".freeze])
  s.add_runtime_dependency(%q<rucy>.freeze, ["~> 0.1.35".freeze])
  s.add_runtime_dependency(%q<rays>.freeze, ["~> 0.1.35".freeze])
  s.add_runtime_dependency(%q<reflexion>.freeze, ["~> 0.1.36".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<test-unit>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<yard>.freeze, [">= 0".freeze])
end