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
b6003223
Commit
b6003223
authored
Aug 24, 2018
by
Alex Butler
Browse files
Update README.md
parent
3056cf09
Pipeline
#1131
passed with stages
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b6003223
...
...
@@ -15,7 +15,7 @@ If you want to use this crate directly, add the following to your Cargo.toml:
```
toml
[dependencies]
stb_truetype
=
"0.2
.2
"
stb_truetype
=
"0.2"
```
Please note that the documentation provided is also a straight copy from the
...
...
@@ -23,8 +23,7 @@ original code.
Currently this port does not include the rasterisation or font querying API
provided by stb_truetype.h. If you are looking for font rasterisation, that is
provided by my other project,
[
RustType
](
https://github.com/dylanede/rusttype
)
.
provided by
[
RustType
](
https://github.com/dylanede/rusttype
)
.
## 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