Remove usage of unstable feature "raw"

This commit is contained in:
Simon Sapin 2017-10-12 18:12:47 +02:00
parent 4727b92754
commit e13ae77daf
4 changed files with 43 additions and 6 deletions

View file

@ -20,8 +20,8 @@ googlevr = ["webvr/googlevr"]
oculusvr = ["webvr/oculusvr"]
unstable = [
"euclid/unstable",
"msg/unstable",
"gfx/unstable",
"msg/unstable",
"profile/unstable",
]