Don't enable azure canvas feature by default.

This commit is contained in:
Josh Matthews 2019-07-12 08:43:33 -04:00 committed by GitHub
parent 026e550d35
commit 577eb654cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,6 @@ path = "lib.rs"
[features]
canvas2d-azure = ["azure"]
canvas2d-raqote = ["raqote"]
default = ["canvas2d-azure"]
webgl_backtrace = ["canvas_traits/webgl_backtrace"]
no_wgl = ["offscreen_gl_context/no_wgl"]