mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Move more foundational types to script_bindings (#35280)
* script: Move DOMClass to script_bindings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Move DOMJSClass and get_dom_class to script_bindings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Move Castable/DerivedFrom/IDLInterface to script_bindings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
eaaad757e8
commit
c0cef69108
16 changed files with 291 additions and 207 deletions
|
@ -21,6 +21,7 @@ phf_shared = "0.11"
|
|||
serde_json = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
bitflags = { workspace = true }
|
||||
cssparser = { workspace = true }
|
||||
html5ever = { workspace = true }
|
||||
js = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue