File: bump-owned_ttf_parser.patch

package info (click to toggle)
rust-rusttype 0.9.3-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 276 kB
  • sloc: makefile: 9
file content (21 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Index: rusttype/Cargo.toml
===================================================================
--- rusttype.orig/Cargo.toml
+++ rusttype/Cargo.toml
@@ -56,7 +56,7 @@ version = "0.5"
 optional = true
 
 [dependencies.owned_ttf_parser]
-version = "0.15"
+version = ">= 0.24, < 1.0"
 default-features = false
 
 [dependencies.rustc-hash]
@@ -77,6 +77,7 @@ has-atomics = []
 libm-math = [
     "libm",
     "ab_glyph_rasterizer/libm",
+    "owned_ttf_parser/no-std-float",
 ]
 std = [
     "has-atomics",