mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use darling in style_derive
This allows use to handle #[css] in a way simpler fashion.
This commit is contained in:
parent
49a5ceca9b
commit
17d97cf87b
5 changed files with 63 additions and 42 deletions
|
@ -2,6 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#[macro_use] extern crate darling;
|
||||
extern crate proc_macro;
|
||||
#[macro_use] extern crate quote;
|
||||
extern crate syn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue