Skip to content

Commit 04ac310

Browse files
committed
Move gosu requirement to window
1 parent cbfcc51 commit 04ac310

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/wave_function_collapse.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# frozen_string_literal: true
22

3-
require "gosu"
4-
53
module WaveFunctionCollapse
64
class Error < StandardError; end
75

lib/wave_function_collapse/window.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require "json"
2+
require "gosu"
23

34
module WaveFunctionCollapse
45
class Window < Gosu::Window

0 commit comments

Comments
 (0)