Sha256: 5f550d3a409275271cc273b516de86e857557c643fbda6648a535b836089109d
Contents?: true
Size: 494 Bytes
Versions: 70
Compression:
Stored size: 494 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
70 entries across 70 versions & 1 rubygems