aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* servo: Update `ipc-channel` to pick up `bincode` support.Patrick Walton2015-08-081-2/+2
* Make Harfbuzz font_funcs staticMatt Brubeck2015-08-031-0/+1
* Sort gfx crates.io dependencies and move to topMatt Brubeck2015-08-031-15/+15
* script: Make the resource task communication use IPC channels.Patrick Walton2015-07-311-1/+4
* profile: Make the time and memory profilers run over IPC.Patrick Walton2015-07-241-0/+3
* Add aarch64-unknown-linux-gnu supportAkos Kiss2015-07-231-0/+6
* Replace astersisks with appropriate versions in depsBogdan Cuza2015-07-201-8/+8
* compositing: Make the constellation messages serializable.Patrick Walton2015-07-181-1/+1
* gfx: Make display lists serializable using `serde`.Patrick Walton2015-07-151-0/+2
* Add servo Image type. Remove rust-png dependency from script, gfx, layout.Glenn Watson2015-07-071-6/+0
* Use euclid from crates.ioecoal952015-06-191-3/+1
* Use string-cache from crates.ioSimon Sapin2015-06-161-3/+1
* Auto merge of #6317 - frewsxcv:rm-util-crate-reexports, r=Ms2gerbors-servo2015-06-101-0/+2
|\
| * Remove fnv & smallvec crate reexports from utilCorey Farwell2015-06-101-0/+2
* | Add ARM build support.Mátyás Mustoha2015-06-101-0/+6
|/
* Clean up dependencies.Jack Moffitt2015-06-071-15/+25
* Use the correct log crate and setup env_logger in main.Eduard Burtescu2015-06-061-0/+1
* Bump rust-url version: 0.2.16 → 0.2.35Corey Farwell2015-06-041-1/+1
* Use harfbuzz bindings from crates.ioSimon Sapin2015-05-261-3/+1
* Layerize canvasecoal952015-05-201-0/+6
* gfx: Implement paint flashing, which will be useful for debuggingPatrick Walton2015-05-141-0/+1
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+0
* Add a `profile_traits` crate to reduce compile times.Nicholas Nethercote2015-04-301-2/+2
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-2/+2
* gfx: Perform more aggressive caching inPatrick Walton2015-04-011-0/+3
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-0/+3
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-1/+1
* Move gfx to libc from crates.io.Ms2ger2015-02-211-0/+1
* Use rustc-serialize rather than the built-in deprecated serialize.Ms2ger2015-02-171-0/+1
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-0/+1
* Update to latest rust-layersMartin Robinson2015-02-021-1/+5
* Lock crates.io dependencies to specific versions.Josh Matthews2015-01-311-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-5/+3
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-0/+2
* Add missing gfx dependency, that was causing a race in cargo on the build mac...Glenn Watson2014-11-171-0/+2
* Rename macros crate to pluginsManish Goregaokar2014-09-231-2/+2
* Use HTTPS for Cargo dependenciesSimon Sapin2014-09-201-3/+3
* Cargoify servoJack Moffitt2014-09-081-0/+62