mirror of
https://github.com/servo/servo.git
synced 2025-09-16 01:48:22 +01:00
Rename {azure,raqote}_backend feature flags to canvas2d-{azure,raqote}
This commit is contained in:
parent
bddfe9a468
commit
1df2605292
13 changed files with 50 additions and 50 deletions
|
@ -26,7 +26,8 @@ libloading = "0.5"
|
|||
gl_generator = "0.11"
|
||||
|
||||
[features]
|
||||
azure_backend = ["libservo/azure_backend"]
|
||||
canvas2d-azure = ["libservo/canvas2d-azure"]
|
||||
canvas2d-raqote = ["libservo/canvas2d-raqote"]
|
||||
default = ["webdriver", "max_log_level"]
|
||||
debugmozjs = ["libservo/debugmozjs"]
|
||||
energy-profiling = ["libservo/energy-profiling"]
|
||||
|
@ -37,7 +38,6 @@ native-bluetooth = ["libservo/native-bluetooth"]
|
|||
no_static_freetype = ["libservo/no_static_freetype"]
|
||||
no_wgl = ["libservo/no_wgl"]
|
||||
oculusvr = ["libservo/oculusvr"]
|
||||
raqote_backend = ["libservo/raqote_backend"]
|
||||
webdriver = ["libservo/webdriver"]
|
||||
uwp = ["libservo/uwp"]
|
||||
webgl_backtrace = ["libservo/webgl_backtrace"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue