-
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.4.0 - Support high DPI mode.
- Loading branch information
1 parent
9b8b92d
commit 4f4e67d
Showing
4 changed files
with
84 additions
and
11 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.4.0-1" | ||
source = { | ||
url = "git://github.com/oniietzschan/terebi", | ||
tag = "0.4.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