Fix REQUIRES: in automata and boids

darcs
wayo.cavazos 2006-10-19 11:35:25 +00:00
parent aec08d79ce
commit 13936d792a
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
REQUIRES: contrib/vars contrib/slate/slate contrib/lindenmayer/opengl ;
REQUIRES: contrib/vars contrib/slate contrib/lindenmayer/opengl ;
USING: kernel namespaces hashtables sequences math arrays opengl gadgets
vars slate opengl-contrib ;

View File

@ -1,7 +1,7 @@
REQUIRES: contrib/math
contrib/vars
contrib/lindenmayer/opengl
contrib/slate/slate ;
contrib/slate ;
USING: kernel namespaces math sequences arrays threads opengl gadgets
math-contrib vars opengl-contrib slate ;

View File

@ -2,7 +2,7 @@
REQUIRES: contrib/math
contrib/vars
contrib/slate/slate
contrib/slate
contrib/lindenmayer/opengl
contrib/lindenmayer/turtle
contrib/lindenmayer/camera