mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implement a more realistic and persistent document restyle.
This commit is contained in:
parent
33c4689b15
commit
2e770b78a2
4 changed files with 170 additions and 40 deletions
|
@ -23,6 +23,7 @@ extern crate util;
|
|||
|
||||
#[allow(dead_code, non_camel_case_types)]
|
||||
mod bindings;
|
||||
mod data;
|
||||
#[allow(non_snake_case)]
|
||||
pub mod glue;
|
||||
mod traversal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue