factor/contrib/x11/load.factor

5 lines
138 B
Factor
Raw Normal View History

2006-06-18 21:31:20 -04:00
REQUIRES: concurrency ;
2006-06-18 20:58:11 -04:00
PROVIDE: x11 {
"rectangle.factor" "x.factor" "draw-string.factor" "concurrent-widgets.factor" "gl.factor"
} ;