mirror of
https://github.com/servo/servo.git
synced 2025-08-25 23:28:21 +01:00
parent
145c89a2d4
commit
430a65be07
17 changed files with 12 additions and 927 deletions
|
@ -11,15 +11,12 @@ name = "canvas"
|
|||
path = "lib.rs"
|
||||
|
||||
[features]
|
||||
canvas2d-azure = ["azure"]
|
||||
canvas2d-raqote = ["raqote"]
|
||||
webgl_backtrace = ["canvas_traits/webgl_backtrace"]
|
||||
no-wgl = ["surfman/sm-no-wgl"]
|
||||
xr-profile = ["webxr-api/profile", "time"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
azure = {git = "https://github.com/servo/rust-azure", optional = true}
|
||||
bitflags = "1.0"
|
||||
byteorder = "1"
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
|
@ -33,7 +30,7 @@ half = "1"
|
|||
ipc-channel = "0.14"
|
||||
log = "0.4"
|
||||
num-traits = "0.2"
|
||||
raqote = {git = "https://github.com/jrmuizel/raqote", optional = true}
|
||||
raqote = {git = "https://github.com/jrmuizel/raqote"}
|
||||
time = { version = "0.1.0", optional = true }
|
||||
pixels = {path = "../pixels"}
|
||||
servo_config = {path = "../config"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue