diff options
Diffstat (limited to 'components/gfx/Cargo.toml')
-rw-r--r-- | components/gfx/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml index 47abe285644..b184e6b9fa0 100644 --- a/components/gfx/Cargo.toml +++ b/components/gfx/Cargo.toml @@ -33,6 +33,7 @@ servo_arc = { path = "../servo_arc" } servo_atoms = { path = "../atoms" } servo_url = { path = "../url" } smallvec = { workspace = true, features = ["union"] } +surfman = { workspace = true } style = { path = "../style", features = ["servo"] } ucd = "0.1.1" unicode-bidi = { workspace = true, features = ["with_serde"] } |