graphviz.render: needs to USE: io.files.temp.
parent
2518ce23b4
commit
d56b0cbf23
|
@ -3,9 +3,9 @@
|
||||||
USING: calendar combinators compiler.units continuations
|
USING: calendar combinators compiler.units continuations
|
||||||
graphviz.dot images.viewer io.backend io.directories
|
graphviz.dot images.viewer io.backend io.directories
|
||||||
io.encodings.8-bit.latin1 io.encodings.utf8 io.files
|
io.encodings.8-bit.latin1 io.encodings.utf8 io.files
|
||||||
io.files.unique io.launcher io.standard-paths kernel locals make
|
io.files.temp io.files.unique io.launcher io.standard-paths
|
||||||
namespaces sequences summary system threads unicode.case vocabs
|
kernel locals make namespaces sequences summary system threads
|
||||||
webbrowser words ;
|
unicode.case vocabs webbrowser words ;
|
||||||
IN: graphviz.render
|
IN: graphviz.render
|
||||||
|
|
||||||
<PRIVATE
|
<PRIVATE
|
||||||
|
|
Loading…
Reference in New Issue