mirror of
https://github.com/servo/servo.git
synced 2025-06-14 11:24:33 +00:00
This will run Servo with browser.html. We use the latest package in the dependency tree if there are multiple copies, since there is no way for Cargo to tell us which one is canonical. |
||
---|---|---|
.. | ||
mach | ||
servo | ||
licenseck.py | ||
mach_bootstrap.py | ||
README.md | ||
requirements.txt | ||
tidy.py |
This directory contains various Python modules used to support servo development.
= mach =
The command dispatch framework used to wrap the build system and test harnesses.
= servo =
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.