Simplify build process for UWP app.

This commit is contained in:
Josh Matthews 2019-06-28 16:48:26 -04:00 committed by Paul Rouget
parent f2e0870e60
commit 7a3d346087
8 changed files with 39 additions and 5 deletions

View file

@ -15,6 +15,7 @@ bench = false
[features]
canvas2d-azure = ["simpleservo/canvas2d-azure"]
canvas2d-raqote = ["simpleservo/canvas2d-raqote"]
egl = ["simpleservo/egl"]
[dependencies]
libservo = { path = "../../components/servo", features = ["no_static_freetype"] }