From de02f178458f37c3260f0edc7924fd82730a2530 Mon Sep 17 00:00:00 2001 From: "wayo.cavazos" Date: Fri, 15 Sep 2006 01:10:00 +0000 Subject: [PATCH] Minor slate fix --- contrib/slate.factor | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/contrib/slate.factor b/contrib/slate.factor index aeec17732f..ede39dc031 100644 --- a/contrib/slate.factor +++ b/contrib/slate.factor @@ -1,9 +1,10 @@ ! Copyright (C) 2006 Eduardo Cavazos. -REQUIRES: contrib/math ; +REQUIRES: contrib/math contrib/alien contrib/vars ; + +USING: kernel namespaces math sequences vectors arrays opengl gadgets + math-contrib alien-contrib vars ; -USING: kernel namespaces math sequences vectors arrays opengl - math-contrib gadgets ; IN: slate