lyon 0.0.2

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

echo "building all crates..."
cd ./core && cargo $1 &&
cd ../tesselation && cargo $1 &&
cd ../extra && cargo $1 &&
cd ../examples/glium_tess && cargo $1 &&
echo "...done"