aboutsummaryrefslogtreecommitdiffstats
path: root/components/config/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Upgrade font-kit, raqote, and stop using `dirs-next` (#33120)Martin Robinson2024-08-191-1/+1
* Replace lazy_static crate with `std::sync::LazyLock` in layout and config (#3...Hayashi Mikihiro2024-08-151-1/+0
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-1/+1
* style: Remove dependency on servo_config (was #31409) (#31411)Delan Azabani2024-02-231-0/+1
* script: implement navigator.hardwareConcurrency (#31268)Smitty2024-02-071-1/+1
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-1/+1
* Enable debug assertions for all builds other than official releases (#30509)Delan Azabani2023-10-261-3/+0
* Remove UWP / Hololens supportMartin Robinson2023-07-051-3/+0
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-7/+7
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Update font-kit.Josh Matthews2022-04-011-1/+1
* More Cargo.toml cleanupsAlex Touchet2020-05-141-4/+4
* Dedupe the dirs dependencyBastien Orivel2020-04-191-1/+1
* Upgrade to rustc 1.42.0-nightly (9b98af84c 2019-12-22)Simon Sapin2019-12-231-1/+1
* Remove unused dependenciesShotaro Yamada2019-10-011-1/+0
* Remove explicit dependency on serde_deriveAnthony Ramine2019-09-271-2/+1
* Update to url 2.0Simon Sapin2019-08-171-1/+1
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Remove dirs crate from use in UWP builds.Josh Matthews2019-06-131-1/+4
* #8539 Config preferences backend restructurePeter Hall2019-03-201-2/+2
* Update env_logger to 0.6Bastien Orivel2018-11-291-1/+1
* Remove rustc-serialize from the dependenciesBastien Orivel2018-11-071-1/+1
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Make `mach test-unit` not recompile components after `mach build`Simon Sapin2018-10-071-1/+1
* WR updatePaul Rouget2018-08-061-1/+1
* new android port: introduce a simple servo libraryPaul Rouget2018-07-311-3/+0
* Auto merge of #21195 - servo:rustup, r=noxbors-servo2018-07-181-2/+2
|\
| * Avoid use of deprecated (and buggy) std::env::home_dirSimon Sapin2018-07-181-2/+2
* | Update euclid to 0.18Bastien Orivel2018-07-181-1/+1
|/
* Automatically provide a resource reader for testsPaul Rouget2018-04-301-0/+1
* delegate resource reading to embedderPaul Rouget2018-04-271-0/+1
* Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-2/+2
* Bump euclid to 0.17Bastien Orivel2018-02-281-1/+1
* Merge servo_config and servo_config_testsAnthony Ramine2018-01-201-0/+2
* Update euclid, azure, skia, offscreen_gl_context, plane-split, webrenderSimon Sapin2017-12-081-1/+1
* Update lazy_static to 1.0Bastien Orivel2017-12-041-1/+1
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-1/+0
* Bump serde to 1.0Bastien Orivel2017-06-161-3/+3
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* Bump euclid to 0.13 and heapsize to 0.4Bastien Orivel2017-06-051-1/+1
* Update rust-webvrImanol Fernandez2017-05-251-1/+1
* Android life cycle improvements and Gradle integrationImanol Fernandez2017-04-211-0/+3
* Remove servo feature from servo_urlXidorn Quan2017-04-071-1/+1
* Remove servo feature from servo_configXidorn Quan2017-04-071-7/+3
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-2/+1
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-4/+4
* Reorder some dependenciesAnthony Ramine2017-02-181-1/+1
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0