modularize slate-examples
parent
292e85a8a3
commit
c9065cde61
|
@ -1,6 +1,5 @@
|
|||
|
||||
REQUIRES: contrib/slate ;
|
||||
USING: kernel math arrays sequences namespaces opengl slate slate-2d ;
|
||||
|
||||
IN: golden-section
|
||||
|
||||
! Usage:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
REQUIRES: contrib/slate ;
|
||||
USING: opengl slate ;
|
||||
IN: redbook-hello
|
||||
|
||||
: go ( -- )
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
PROVIDE: contrib/slate-examples
|
||||
{ "cube.factor"
|
||||
"golden-section.factor"
|
||||
"hello.factor"
|
||||
"quadric.factor" } ;
|
Loading…
Reference in New Issue