Aneesh Agrawal
|
5b593a3d32
|
Switch Arc<Box<Image>> to Arc<Image> for perf boost.
Image used to be a trait, but no longer is, so boxing it is no longer
necessary.
|
2015-04-10 18:59:02 -04:00 |
|
Aneesh Agrawal
|
a1d7456307
|
Remove compositor dependency on net crate.
Move the ImageCacheTaskClient trait and impl to net_traits. Fixes #5551.
|
2015-04-10 06:11:31 -04:00 |
|
Josh Matthews
|
1757afef27
|
Remove int_uint from net.
|
2015-04-07 16:13:37 -04:00 |
|
Ms2ger
|
b50b21d1da
|
Stop using int/uint in net_traits.
|
2015-04-06 16:08:53 +02:00 |
|
Gilles Leblanc
|
ba36a108c1
|
Split out shared networking code into net_traits crate
Fixes #4476
|
2015-04-03 13:38:10 -04:00 |
|