Skip to content

Commit 6f0213f

Browse files
AlexKnauthmflatt
authored andcommitted
mrlib/gif: don't depend on racket/gui/base
The only identifier it had been importing from racket/gui/base was bitmap%, which can be imported from racket/draw instead.
1 parent 8323332 commit 6f0213f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui-lib/mrlib/gif.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; A library for creating gifs out of bitmap%s
44

5-
(require racket/gui/base
5+
(require racket/draw
66
racket/class
77
racket/list
88
net/gifwrite

0 commit comments

Comments
 (0)