mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +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
|
@ -32,6 +32,9 @@ path = "../script"
|
|||
[dependencies.layout_traits]
|
||||
path = "../layout_traits"
|
||||
|
||||
[dependencies.range]
|
||||
path = "../range"
|
||||
|
||||
[dependencies.script_traits]
|
||||
path = "../script_traits"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue