]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/bunny/bunny.factor
factor: trim more using lists.
[factor.git] / extra / bunny / bunny.factor
index 77eee57cc6bc367fc74dd1ab9581766c7a74d1b7..d6b77b1e3ef88c9f56140b7d84bcf03114d3a660 100644 (file)
@@ -1,7 +1,7 @@
 USING: accessors arrays bunny.cel-shaded bunny.fixed-pipeline
 bunny.model bunny.outlined destructors kernel literals math
 opengl.demo-support opengl.gl sequences ui ui.gadgets
-ui.gadgets.worlds ui.gestures ui.render words ui.pixel-formats ;
+ui.gadgets.worlds ui.gestures ui.pixel-formats ;
 IN: bunny
 
 TUPLE: bunny-world < demo-world model-triangles geom draw-seq draw-n ;