diff options
Diffstat (limited to 'font')
-rw-r--r-- | font/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index 3ab2749e..286a3430 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] euclid = "0.6.8" -libc = "0.2.11" +libc = "0.2" ffi-util = { path = "../ffi-util" } log = "0.3" |