(module info (lib "infotab.ss" "setup")
(define name "tiles")
(define categories '(media))
(define can-be-loaded-with 'all)
(define primary-file "tiles.ss")
(define scribblings '(("functions.scrbl" ())))
(define repositories '("4.x"))
(define blurb
`("The tiles collection provides functions for combining (vertical and horizontal concatenation) and manipulating (rotation, reflection) images."))
(define required-core-version "4.0")
(define release-notes '((p "This version adds a few functions, but
most importantly it has integrated documentation. It differs from 1.3
in being targeted at DrScheme 4.x rather than 37x.")))
)