--- This file is part of LuaDist project name = "luaglut" version = "0.5" desc = "GLUT and OpenGL bindings for Lua" author = "Varol Kaptan" license = "MIT license" url = "http://lua-users.org/files/wiki_insecure/users/VarolKaptan/" maintainer = "Peter Kapec" source = "http://lua-users.org/files/wiki_insecure/users/VarolKaptan/luaglut-0.5.tar.gz" source_md5 = "9b0ae78d829af770dab2b88c9190c90c" depends = { "lua >= 5.1", { -- One of the following (in order) "openglut >= 0.6.3", "freeglut >= 2.4.0", "glut >=3.7.6" } } groups = { "Lua" }