mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Derive DomObject with a proc macro
This commit is contained in:
parent
1dfdd0bab8
commit
c84cea995b
9 changed files with 92 additions and 91 deletions
|
@ -39,6 +39,8 @@ extern crate core;
|
|||
#[macro_use]
|
||||
extern crate cssparser;
|
||||
extern crate devtools_traits;
|
||||
#[macro_use]
|
||||
extern crate domobject_derive;
|
||||
extern crate encoding;
|
||||
extern crate euclid;
|
||||
extern crate fnv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue