mirror of
https://github.com/servo/servo.git
synced 2025-07-29 18:20:24 +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
|
@ -264,7 +264,7 @@ class PostBuildCommands(CommandBase):
|
|||
else:
|
||||
copy2(full_name, destination)
|
||||
|
||||
params += ["--features", "azure_backend"]
|
||||
params += ["--features", "canvas2d-azure"]
|
||||
|
||||
returncode = self.call_rustup_run(
|
||||
["cargo", "doc", "--manifest-path", self.ports_glutin_manifest()] + params,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue