You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ttf2mesh-sys/Cargo.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
[package]
2
2
name = "ttf2mesh-sys"
3
-
version = "0.1.0"
3
+
version = "0.1.1"
4
4
edition = "2018"
5
-
description = "Rust FFI bindings for ttf2mesh"
5
+
description = "Rust FFI bindings for ttf2mesh - a crossplatform library allows to convert a glyphs of truetype font (ttf) to a mesh objects in 2d and 3d space"
0 commit comments