Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Cargo share more things between servo and ports #9886

Merged
merged 4 commits into from Mar 8, 2016

Commits on Mar 8, 2016

  1. Use the unstable feature of string_cache and selectors in geckolib

    This should enable Cargo to reuse more build artifacts between servo and geckolib.
    nox committed Mar 8, 2016
  2. Enable nightly feature for serde in style

    Some external dependencies (at least webrender_traits) present only in servo
    and not in geckolib use it already and this prevents Cargo to reuse build
    artifacts depending on serde between the two targets.
    nox committed Mar 8, 2016
  3. Enable query_encoding in geckolib

    This allows the reuse of teh build artifacts of url and all the things that
    depends on it between servo and geckolib.
    nox committed Mar 8, 2016
You can’t perform that action at this time.