Fix REQUIRES: in automata and boids
parent
aec08d79ce
commit
13936d792a
|
@ -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
|
USING: kernel namespaces hashtables sequences math arrays opengl gadgets
|
||||||
vars slate opengl-contrib ;
|
vars slate opengl-contrib ;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
REQUIRES: contrib/math
|
REQUIRES: contrib/math
|
||||||
contrib/vars
|
contrib/vars
|
||||||
contrib/lindenmayer/opengl
|
contrib/lindenmayer/opengl
|
||||||
contrib/slate/slate ;
|
contrib/slate ;
|
||||||
|
|
||||||
USING: kernel namespaces math sequences arrays threads opengl gadgets
|
USING: kernel namespaces math sequences arrays threads opengl gadgets
|
||||||
math-contrib vars opengl-contrib slate ;
|
math-contrib vars opengl-contrib slate ;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
REQUIRES: contrib/math
|
REQUIRES: contrib/math
|
||||||
contrib/vars
|
contrib/vars
|
||||||
contrib/slate/slate
|
contrib/slate
|
||||||
contrib/lindenmayer/opengl
|
contrib/lindenmayer/opengl
|
||||||
contrib/lindenmayer/turtle
|
contrib/lindenmayer/turtle
|
||||||
contrib/lindenmayer/camera
|
contrib/lindenmayer/camera
|
||||||
|
|
Loading…
Reference in New Issue