Add benchmark regression tests & gitlab-ci
.gitlab-ci.yml
0 → 100644
.travis.yml
deleted
100644 → 0
... | ... | @@ -8,6 +8,10 @@ repository = "https://gitlab.redox-os.org/redox-os/stb_truetype-rs" |
readme = "README.md" | ||
license = "MIT / Apache-2.0" | ||
keywords = ["font", "truetype", "opentype", "ttf", "otf"] | ||
exclude = ["/fonts/**"] | ||
[dependencies] | ||
byteorder = "1.0" | ||
[dev-dependencies] | ||
approx = { version = "0.3", default-features = false } |
benches/api.rs
0 → 100644
fonts/DejaVuSansMono.ttf
0 → 100644
File added
Please register or sign in to comment