lyon 0.3.2

2D Graphics rendering experiments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

echo "building all crates..."
cd ./core && cargo $1 &&
cd ../tessellation && cargo $1 &&
cd ../extra && cargo $1 &&
cd ../path_builder && cargo $1 &&
cd ../path_iterator && cargo $1 &&
cd ../path && cargo $1 &&
cd ../examples/glium_tess && cargo $1 &&
echo "...done"