Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
stb_truetype-rs
Commits
f1f5be47
Verified
Commit
f1f5be47
authored
Apr 18, 2020
by
Alex Butler
Browse files
Update readme: No longer maintained
parent
8ad26dcb
Pipeline
#7343
passed with stages
in 1 minute and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f1f5be47
...
...
@@ -3,6 +3,8 @@
[

](https://crates.io/crates/stb_truetype)
[

](https://docs.rs/stb_truetype/)
**This code is no longer maintained.**
This crate was maintained for use in rusttype which has switched to use
[
ttf-parser
](
https://crates.io/crates/ttf-parser
)
.
This is a translation of the font loading code in
[
stb_truetype.h
](
https://github.com/nothings/stb/blob/master/stb_truetype.h
)
from C to Rust. It is intended as a stopgap dependency for libraries that deal
...
...
@@ -17,7 +19,7 @@ provided by stb_truetype.h. If you are looking for font rasterisation, that is
provided by
[
RustType
](
https://gitlab.redox-os.org/redox-os/rusttype
)
.
## Minimum supported rust compiler
This crate
i
s maintained with
[
latest stable rust
](
https://gist.github.com/alexheretic/d1e98d8433b602e57f5d0a9637927e0c
)
.
This crate
wa
s maintained with
[
latest stable rust
](
https://gist.github.com/alexheretic/d1e98d8433b602e57f5d0a9637927e0c
)
.
## License
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment