-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version 0.3.0 - Added getMousePosition(), windowToScreen(), screenToW…
…indow().
- Loading branch information
1 parent
e3f6cfe
commit 9b8b92d
Showing
4 changed files
with
129 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
package = "terebi" | ||
version = "0.3.0-1" | ||
source = { | ||
url = "git://github.com/oniietzschan/terebi", | ||
tag = "0.3.0", | ||
} | ||
description = { | ||
summary = "Graphics scaling library for Love2D.", | ||
detailed = "A simple library to handle pixel-perfect scaling of window content in Love2D.", | ||
homepage = "https://github.com/oniietzschan/terebi", | ||
license = "MIT" | ||
} | ||
dependencies = { | ||
"lua >= 5.1", | ||
"love >= 0.10, < 0.11" | ||
} | ||
build = { | ||
type = "builtin", | ||
modules = { | ||
terebi = "terebi.lua" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters