]> gitweb.factorcode.org Git - factor.git/commitdiff
cap doesn't need opengl.framebuffers
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 3 Dec 2008 06:06:08 +0000 (00:06 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 3 Dec 2008 06:06:08 +0000 (00:06 -0600)
extra/cap/cap.factor

index 3bd1a5f174d42bc22dd65e281fcb6cadf80c7c6b..716435775d651534c39fc27f9af775f356c6b491 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays byte-arrays kernel math namespaces
 opengl.gl sequences math.vectors ui graphics.bitmap graphics.viewer
-models opengl.framebuffers ui.gadgets.worlds ui.gadgets fry alien.syntax ;
+models ui.gadgets.worlds ui.gadgets fry alien.syntax ;
 IN: cap
 
 : screenshot-array ( world -- byte-array )