mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Move util::range into its own crate
This commit is contained in:
parent
455ed0ae6d
commit
205336bf2e
21 changed files with 96 additions and 26 deletions
|
@ -28,6 +28,7 @@ use filters;
|
|||
use font_context::FontContext;
|
||||
use gfx_traits::{color, LayerKind};
|
||||
use net_traits::image::base::{Image, PixelFormat};
|
||||
use range::Range;
|
||||
use std::default::Default;
|
||||
use std::sync::Arc;
|
||||
use std::{f32, mem, ptr};
|
||||
|
@ -36,7 +37,6 @@ use text::TextRun;
|
|||
use text::glyph::CharIndex;
|
||||
use util::geometry::{self, MAX_RECT, PagePx, ScreenPx};
|
||||
use util::opts;
|
||||
use util::range::Range;
|
||||
|
||||
pub struct PaintContext<'a> {
|
||||
pub draw_target: DrawTarget,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue