move the slideshow/pict library to its own collection

also, adjust all of the requires in the tree to point to the pict
collection

original commit: 9932ef33f77ab8bd9751568b4ef2d1b1e3cf4254
This commit is contained in:
Robby Findler 2013-05-12 15:56:22 -05:00
parent bacdd3c312
commit 1d013f05ee

View File

@ -32,8 +32,8 @@ has been moved out).
make-pen make-color)
(for-syntax racket/base)
file/convertible
slideshow/pict-convert
(prefix-in pict: (only-in slideshow/pict dc))
pict/convert
(prefix-in pict: (only-in pict dc))
racket/math
racket/contract
"private/image-core-bitmap.rkt"