]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/opengl/textures/textures.factor
colors: merge colors.constants and colors.hex.
[factor.git] / basis / opengl / textures / textures.factor
index 356b410493976b3d0b1f737a0a10830b780c4c66..8a766daac14f30dffd644c87d259e6382b830b96 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2009, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.data arrays assocs colors.constants
-combinators destructors images images.tessellation kernel
-literals math math.statistics math.vectors namespaces opengl
+USING: accessors alien.data arrays assocs colors combinators
+destructors images images.tessellation kernel literals math
+math.statistics math.vectors namespaces opengl
 opengl.capabilities opengl.gl sequences specialized-arrays
 system ;
 FROM: alien.c-types => int float ;