]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/L-system/L-system.factor
colors: merge colors.constants and colors.hex.
[factor.git] / extra / L-system / L-system.factor
index 23e9d3d8afb3bd173233944eafcc075bf3449918..9dd79acd599dabfdf39c5449ffa40b9b7cd83a63 100644 (file)
@@ -1,10 +1,10 @@
 
-USING: accessors arrays assocs calendar colors colors.constants
+USING: accessors arrays assocs calendar colors
 combinators.short-circuit help help.markup help.syntax kernel
-locals math math.functions math.matrices
-math.order math.parser math.trig math.vectors opengl
-opengl.demo-support opengl.gl opengl.glu sbufs sequences strings
-threads ui.gadgets ui.gadgets.worlds ui.gestures ui.render ;
+locals math math.functions math.matrices math.order math.parser
+math.trig math.vectors opengl opengl.demo-support opengl.gl
+opengl.glu sbufs sequences strings threads ui.gadgets
+ui.gadgets.worlds ui.gestures ui.render ;
 
 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!