mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update the description about Rust compiler which we uses.
This commit is contained in:
parent
c6628120ee
commit
1480dc603a
2 changed files with 3 additions and 4 deletions
|
@ -49,8 +49,11 @@ Cross-compilation for Android:
|
|||
Basically, pre-installed Android tools are needed.
|
||||
See wiki for [details](https://github.com/mozilla/servo/wiki/Building-for-Android)
|
||||
|
||||
## The Rust compiler
|
||||
|
||||
Servo builds its own copy of Rust, so there is no need to provide a Rust
|
||||
compiler.
|
||||
If you'd like to know the snapshot revision of Rust which we use, see `./rust-snapshot-hash`.
|
||||
|
||||
## Building
|
||||
|
||||
|
|
|
@ -8,10 +8,6 @@ crate or library.
|
|||
* `components/net`: Networking, caching, image decoding.
|
||||
* `components/util`: Various utility functions used by other Servo components.
|
||||
|
||||
## The Rust compiler
|
||||
|
||||
* `compiler/rust`: The Rust compiler.
|
||||
|
||||
## Supporting libraries
|
||||
|
||||
These libraries are used in all Servo ports. In keeping with Servo's philosophy of modularity,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue