- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpatchwork.asd
More file actions
Latest commit
18 lines (18 loc) · 590 Bytes
/
Copy pathpatchwork.asd
File metadata and controls
18 lines (18 loc) · 590 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(asdf:defsystem #:patchwork
:description"A spritesheet packer for games."
:author"Michael Fiano <mail@michaelfiano.com>"
:maintainer"Michael Fiano <mail@michaelfiano.com>"
:license"MIT"
:homepage"https://www.michaelfiano.com/projects/patchwork"
:source-control (:git"https://github.com/mfiano/patchwork.git")
:bug-tracker"https://github.com/mfiano/patchwork/issues"
:encoding:utf-8
:depends-on (#:pngload
#:opticl
#:binpack)
:pathname"src"
:serialt
:components
((:file"package")
(:file"packer")
(:file"unpacker")))