Skip to content

Commit

Permalink
Merge pull request vrld#39 from clofresh/rockspec
Browse files Browse the repository at this point in the history
add .rockspec
  • Loading branch information
vrld committed May 30, 2015
2 parents 79c3d0a + c81ea21 commit d2d69c2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions hardoncollider-1.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package = "HardonCollider"
version = "1.0-1"
source = {
url = "git://github.com/vrld/HardonCollider.git"
}
description = {}
dependencies = {
"lua = 5.1"
}
build = {
type = "builtin",
modules = {
["hardoncollider"] = "init.lua",
["hardoncollider.class"] = "class.lua",
["hardoncollider.gjk"] = "gjk.lua",
["hardoncollider.polygon"] = "polygon.lua",
["hardoncollider.shapes"] = "shapes.lua",
["hardoncollider.spatialhash"] = "spatialhash.lua",
["hardoncollider.vector-light"] = "vector-light.lua",
}
}

0 comments on commit d2d69c2

Please sign in to comment.