Keyslam / Inky

A GUI Framework for LÖVE
MIT License
48 stars 4 forks source link

Incorrect casing in require in init.lua #8

Closed Keyslam closed 1 year ago

Keyslam commented 1 year ago

As the title says. In init.lua modules are required using UpperCamelCase while the actual path is lowerCamelCase, causing the require to fail on Linux.

Keyslam commented 1 year ago

Fixed by f53310f