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

First steps to layerize canvas #6083

Merged
merged 1 commit into from May 20, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Layerize canvas

Note that this keeps using readback right now, `NativeSurface` painting
will be implemented soon.

Also see #6142
  • Loading branch information
emilio committed May 20, 2015
commit 3350522306ee087f892108ee82aeb9d58ee2363d
@@ -13,17 +13,24 @@ git = "https://github.com/servo/rust-azure"
[dependencies.geom]
git = "https://github.com/servo/rust-geom"

[dependencies.layers]
git = "https://github.com/servo/rust-layers"

[dependencies.gleam]
git = "https://github.com/servo/gleam"

[dependencies.canvas_traits]
path = "../canvas_traits"

[dependencies.util]
path = "../util"

[dependencies.gfx]
path = "../gfx"
[dependencies.gfx_traits]
path = "../gfx_traits"

[dependencies.offscreen_gl_context]
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
features = ["texture_surface"]

[dependencies]
cssparser = "0.3.1"

This file was deleted.

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.