mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Add cargo features for canvas backend to other ports.
This commit is contained in:
parent
5a550e236c
commit
193013f6bb
4 changed files with 31 additions and 21 deletions
|
@ -12,6 +12,10 @@ crate-type = ["staticlib"]
|
|||
test = false
|
||||
bench = false
|
||||
|
||||
[features]
|
||||
azure_backend = ["simpleservo/azure_backend"]
|
||||
raqote_backend = ["simpleservo/raqote_backend"]
|
||||
|
||||
[dependencies]
|
||||
libservo = { path = "../../components/servo", features = ["no_static_freetype"] }
|
||||
simpleservo = { path = "../libsimpleservo/api", features = ["no_static_freetype"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue