mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
TexturePacker is a GUI and command line tool to create sprite sheets or sprite atlases! Without specifying any additional options TexturePacker already creates very good results, but you also have enough options available to adjust things to your needs.
7 lines
296 B
Ruby
7 lines
296 B
Ruby
class Texturepacker < Cask
|
|
url 'http://www.codeandweb.com/download/texturepacker/3.3.1/TexturePacker-3.3.1-uni.dmg'
|
|
homepage 'http://www.codeandweb.com/texturepacker'
|
|
version '3.3.1'
|
|
sha256 '00f922d036bd7ec991bbe5ee5fcad1431c3c4884bc2b371fdff92cecdaa11339'
|
|
link 'TexturePacker.app'
|
|
end
|