cat
This commit is contained in:
parent
5ccec8c9c5
commit
6eceef81b3
2
info.rkt
2
info.rkt
|
@ -12,7 +12,7 @@
|
||||||
"htdp-doc"
|
"htdp-doc"
|
||||||
"pict-doc"
|
"pict-doc"
|
||||||
"scribble-lib" "racket-doc"))
|
"scribble-lib" "racket-doc"))
|
||||||
(define scribblings '(("scribblings/lux.scrbl" ())))
|
(define scribblings '(("scribblings/lux.scrbl" () ("UI"))))
|
||||||
(define pkg-desc "a simple library for creating real-time graphical apps")
|
(define pkg-desc "a simple library for creating real-time graphical apps")
|
||||||
(define version "0.0")
|
(define version "0.0")
|
||||||
(define pkg-authors '(jay))
|
(define pkg-authors '(jay))
|
||||||
|
|
Loading…
Reference in New Issue