mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use nightly feature of webrender_traits
That enable use of NonZero in it.
This commit is contained in:
parent
7b2080c5b7
commit
9a8e41e40e
1 changed files with 1 additions and 1 deletions
|
@ -72,4 +72,4 @@ xml5ever = {version = "0.1.2", features = ["unstable"]}
|
|||
[dependencies.webrender_traits]
|
||||
git = "https://github.com/servo/webrender_traits"
|
||||
default_features = false
|
||||
features = ["serde_macros"]
|
||||
features = ["nightly", "serde_macros"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue