mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Move cursor to cbindgen.
The only reason it was on style_traits is so that they could use it from some other crates, but Servo eventually ends up getting the value from an integer, so may as well pass it around and do that in the end of the process anyway. Differential Revision: https://phabricator.services.mozilla.com/D16557
This commit is contained in:
parent
88fd730775
commit
92b58ade2f
8 changed files with 66 additions and 222 deletions
|
@ -81,7 +81,6 @@ pub enum CSSPixel {}
|
|||
// / hidpi_ratio => DeviceIndependentPixel
|
||||
// / desktop_zoom => CSSPixel
|
||||
|
||||
pub mod cursor;
|
||||
pub mod specified_value_info;
|
||||
#[macro_use]
|
||||
pub mod values;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue