Sha256: 5f37ba18e0f0a7bb21968648c63a7ffdf5c95f41e027b58812a8dbb1023e8e12
Contents?: true
Size: 484 Bytes
Versions: 56
Compression:
Stored size: 484 Bytes
Contents
warn "gosu/preview.rb has been removed in Gosu 0.9.0, and Gosu itself \n" + "provides a similar interface to what preview.rb used to offer.\n" + "Notable differences:\n" + "• no global $window variable\n" + "• no global Gosu.mouse_x and Gosu.mouse_y functions\n" + "• Image#initialize et.al. use an options hash now\n" + "If you cannot update your code base right now, you should require \n" + "Gosu 0.8.x in your Gemfile: gem 'gosu', '~> 0.8.0'"; require 'gosu'
Version data entries
56 entries across 56 versions & 1 rubygems