|
2 | 2 | name = "azulc"
|
3 | 3 | version = "0.0.3"
|
4 | 4 | authors = [ "Felix Schütt <[email protected]>"]
|
5 |
| -license = "MIT" |
| 5 | +license = "LGPL-3.0-only WITH LGPL-3.0-linking-exception" |
6 | 6 | description = '''
|
7 | 7 | Azul XML-to-Rust compiler (and library)
|
8 | 8 | '''
|
@@ -42,8 +42,8 @@ image = { version = "0.23.12", default-features = fals
|
42 | 42 | rust-fontconfig = { version = "0.1.2", default-features = false, features = ["std"], optional = true }
|
43 | 43 | lyon = { version = "0.15.8", default-features = false, optional = true }
|
44 | 44 | rayon = { version = "1.5.0", default-features = false, optional = true }
|
45 |
| -usvg = { git = "https://github.com/RazrFalcon/resvg", rev = "38fc6781bd6edffcb8c14b3145b5e5a7342f6761", default-features = false, optional = true } |
46 |
| -resvg = { git = "https://github.com/RazrFalcon/resvg", rev = "38fc6781bd6edffcb8c14b3145b5e5a7342f6761", default-features = false, optional = true } |
| 45 | +usvg = { version = "0.14.0", default-features = false, optional = true } |
| 46 | +resvg = { version = "0.14.0", default-features = false, optional = true } |
47 | 47 | roxmltree = { version = "0.14.0", default-features = false, optional = true }
|
48 | 48 | owned_ttf_parser = { version = "0.6.0", default-features = false, optional = true }
|
49 | 49 | tiny-skia = { version = "0.5.1", default-features = false, optional = true, features = ["libm"] }
|
|
0 commit comments