ticktock 0.2.3

A constant clock source for your frame timing needs
Documentation
1
2
3
4
5
6
7
#!/bin/sh
set -e

rm -rf target
cargo doc -p ticktock
gittar -b gh-pages file:target/doc/*
git push origin gh-pages