]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/ui/gadgets/charts/lines/lines.factor
colors: merge colors.constants and colors.hex.
[factor.git] / extra / ui / gadgets / charts / lines / lines.factor
index 0e5cc3f5a94b331ad89380fc6352dfa40759a751..354218d632f5f6142a9e3905f48f9a0a497d8e23 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2016-2017 Alexander Ilin.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays assocs binary-search colors.constants
+USING: accessors arrays assocs binary-search colors
 combinators combinators.short-circuit fry kernel locals make
 math math.order math.statistics math.vectors opengl opengl.gl
 sequences specialized-arrays splitting.monotonic ui.gadgets