You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
Hi :) I'm new to Rust, but so far I managed to build Servo (on Windows), and after some failed attempts I figured out how to build ServoShell using my Servo clone as local requirement, by changing:
(Directly building w/cargo build instead of using mach)
Is there some less intrusive way for defining the local Servo dependency (w/o the need to make changes to tracked files like Cargo.toml)? And could you please briefly explain the preferred way in your README?
The text was updated successfully, but these errors were encountered:
Hi :) I'm new to Rust, but so far I managed to build Servo (on Windows), and after some failed attempts I figured out how to build ServoShell using my Servo clone as local requirement, by changing:
...\Projects\servo\engine
...\Projects\servo\shell
(Directly building w/
cargo build
instead of usingmach
)Is there some less intrusive way for defining the local Servo dependency (w/o the need to make changes to tracked files like
Cargo.toml
)? And could you please briefly explain the preferred way in your README?The text was updated successfully, but these errors were encountered: