mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Make #[dom_struct] a proc_macro attribute
This commit is contained in:
parent
64885c4213
commit
31e9d81c0f
251 changed files with 298 additions and 35 deletions
|
@ -37,6 +37,7 @@ cookie = {version = "0.2.5", features = ["serialize-rustc"]}
|
|||
cssparser = {version = "0.10", features = ["heapsize", "serde"]}
|
||||
deny_public_fields = {path = "../deny_public_fields"}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
dom_struct = {path = "../dom_struct"}
|
||||
domobject_derive = {path = "../domobject_derive"}
|
||||
encoding = "0.2"
|
||||
euclid = "0.11"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue