]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/metronome/metronome.factor
colors: merge colors.constants and colors.hex.
[factor.git] / extra / rosetta-code / metronome / metronome.factor
index fe1bcc48a9cbac36ea57d1613665d4ed8d9012b6..6425ce9b2e35cbca938e653a292898acedf889da 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2013 Jon Harper.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors calendar circular colors.constants colors.hsv
+USING: accessors calendar circular colors colors.hsv
 command-line continuations io kernel math math.parser namespaces
 openal.example sequences system timers ui ui.gadgets
 ui.pens.solid ;