From 217ca36756ecf4cab2f25b02b58523d8236c3c2f Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 21 Feb 2008 19:14:28 -0600 Subject: [PATCH] bunny doesn't need to use timers --- extra/bunny/bunny.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/bunny/bunny.factor b/extra/bunny/bunny.factor index 7cf6132925..963379896d 100755 --- a/extra/bunny/bunny.factor +++ b/extra/bunny/bunny.factor @@ -1,6 +1,6 @@ USING: alien alien.c-types arrays sequences math math.vectors math.matrices math.parser io io.files kernel opengl -opengl.gl opengl.glu shuffle http.client vectors timers +opengl.gl opengl.glu shuffle http.client vectors namespaces ui.gadgets ui.gadgets.canvas ui.render ui splitting combinators tools.time system combinators.lib combinators.cleave float-arrays continuations opengl.demo-support multiline