Add text shaping example
This commit is contained in:
parent
a59a4de79b
commit
f03a75d75f
16 changed files with 1063 additions and 13 deletions
11
examples/text/Cargo.toml
Normal file
11
examples/text/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "text"
|
||||
version = "0.1.0"
|
||||
authors = []
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
orbclient = "0.3"
|
||||
rusttype = "0.9"
|
||||
rustybuzz = "0.5"
|
||||
Loading…
Add table
Add a link
Reference in a new issue