Replace Perlin noise with Ruby-OpenGL2 for shader support; update Gemfile and remove related noise generation code.

This commit is contained in:
2026-03-30 15:59:58 +00:00
parent b1e5ac3903
commit ccadcf660c
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
source "https://rubygems.org"
gem "gosu"
gem "perlin"
gem "ruby-opengl2"