]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/animate-pendulum/animate-pendulum.factor
colors: merge colors.constants and colors.hex.
[factor.git] / extra / rosetta-code / animate-pendulum / animate-pendulum.factor
index 5743dfcafc3a73d67dcb6bc7913a6d15d91dca85..b8811f0cdb411f03124b3949e0513de591a9e8f4 100644 (file)
@@ -1,8 +1,10 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays calendar colors.constants kernel
-locals math math.constants math.functions math.rectangles
-math.vectors opengl sequences system timers ui ui.gadgets ui.render ;
+
+USING: accessors arrays calendar colors kernel locals math
+math.constants math.functions math.rectangles math.vectors
+opengl sequences system timers ui ui.gadgets ui.render ;
+
 IN: rosetta-code.animate-pendulum
 
 ! http://rosettacode.org/wiki/Animate_a_pendulum