mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use wrappers in the nonzero crate so users don’t need unstable features
This commit is contained in:
parent
45fd384a91
commit
4594b40238
14 changed files with 19 additions and 34 deletions
|
@ -20,14 +20,9 @@ googlevr = ["webvr/googlevr"]
|
|||
oculusvr = ["webvr/oculusvr"]
|
||||
unstable = [
|
||||
"euclid/unstable",
|
||||
"layout_thread/unstable",
|
||||
"msg/unstable",
|
||||
"canvas_traits/unstable",
|
||||
"compositing/unstable",
|
||||
"constellation/unstable",
|
||||
"gfx/unstable",
|
||||
"profile/unstable",
|
||||
"script_layout_interface/unstable",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue