Sha256: ea13be824d67d018b6708f7cd0600c9e0260474166205a9b20f649e752371151

Contents?: true

Size: 306 Bytes

Versions: 1

Compression:

Stored size: 306 Bytes

Contents

# frozen_string_literal: true

module GLFW

  ##
  # The GLFW gem version. 
  # As of 3.3.2, the major, minor, and revision components of the gem version match the version
  # of GLFW that it is built against, while the build component is for gem versioning within that release. 
  VERSION = '3.3.2.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
glfw-3.3.2.0 lib/glfw/version.rb