Add Servo engine host runtime

This commit is contained in:
2026-05-07 18:47:37 -04:00
parent 8f0f577928
commit b787486f8e
11 changed files with 6138 additions and 106 deletions
+7
View File
@@ -5,9 +5,16 @@ edition.workspace = true
license.workspace = true
rust-version.workspace = true
[features]
default = []
servo-engine = ["dep:dpi", "dep:servo", "dep:url"]
[dependencies]
dpi = { workspace = true, optional = true }
ely_domain = { path = "../ely_domain" }
servo = { workspace = true, optional = true }
thiserror.workspace = true
url = { workspace = true, optional = true }
[lints]
workspace = true