mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Move the servo crate from root to components/servo
This commit is contained in:
parent
b2b6d4d0d1
commit
2f413c8937
15 changed files with 55 additions and 45 deletions
|
@ -9,7 +9,7 @@ path = "lib.rs"
|
|||
crate-type = ["dylib"]
|
||||
|
||||
[dependencies.servo]
|
||||
path = "../.."
|
||||
path = "../../components/servo"
|
||||
|
||||
[dependencies.glfw_app]
|
||||
path = "../glfw"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue