davidgranstrom / losc

Open Sound Control (OSC) for lua/luajit
MIT License
20 stars 2 forks source link

Feature check for lua versions > 5.2 #1

Closed davidgranstrom closed 3 years ago

davidgranstrom commented 3 years ago

Lua versions above 5.2 doesn't need struct and will use string.pack/string.unpack instead.