mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Now we have mac support, and since android build is broken, we can drop glutin from WebGL code. Went back to upstream (see: https://github.com/servo/rust-offscreen-rendering-context/pull/1#issuecomment-99234534) Rebased
30 lines
547 B
TOML
30 lines
547 B
TOML
[package]
|
|
name = "canvas"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "canvas"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.azure]
|
|
git = "https://github.com/servo/rust-azure"
|
|
|
|
[dependencies.geom]
|
|
git = "https://github.com/servo/rust-geom"
|
|
|
|
[dependencies.gleam]
|
|
git = "https://github.com/servo/gleam"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.gfx]
|
|
path = "../gfx"
|
|
|
|
[dependencies.offscreen_gl_context]
|
|
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
|
|
|
[dependencies]
|
|
cssparser = "0.3.1"
|
|
num = "0.1.24"
|