index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
graphs
/
generate.sh
blob: 45073820a3ca7d7088bcbcdf56c16388f2a0dd0b (
plain
) (
blame
)
1
2
3
4
5
6
#!/usr/bin/env bash
for
file
in
*.dot
do
dot
-Tpng
${
file
}
-o
${
file
%.*
}
.png
done