diff options
author | ecoal95 <ecoal95@gmail.com> | 2015-05-20 10:29:08 +0200 |
---|---|---|
committer | ecoal95 <ecoal95@gmail.com> | 2015-05-20 19:10:50 +0200 |
commit | 3350522306ee087f892108ee82aeb9d58ee2363d (patch) | |
tree | ada64dc1475a8c881414585ac50808ee917aeee6 /components/msg/Cargo.toml | |
parent | 64810583093dadfacbda942562853af1ae82e34e (diff) | |
download | servo-3350522306ee087f892108ee82aeb9d58ee2363d.tar.gz servo-3350522306ee087f892108ee82aeb9d58ee2363d.zip |
Layerize canvas
Note that this keeps using readback right now, `NativeSurface` painting
will be implemented soon.
Also see https://github.com/servo/servo/issues/6142
Diffstat (limited to 'components/msg/Cargo.toml')
-rw-r--r-- | components/msg/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml index af1da0b3b7c..fa70fe5463e 100644 --- a/components/msg/Cargo.toml +++ b/components/msg/Cargo.toml @@ -1,5 +1,4 @@ [package] - name = "msg" version = "0.0.1" authors = ["The Servo Project Developers"] |