Backed out changeset 48baafc34055 (bug 1789166) for causing mochitests failures....
[gecko.git] / gfx / wr / Cargo.toml
blob04d4a242c296ba1d0a7cbad4b2ca6815c7e59c48
1 [workspace]
2 members = [
3     "examples",
4     "webrender",
5     "webrender_api",
6     "wrench",
7     "example-compositor/compositor",
10 [workspace.dependencies]
11 glean = "=60.3.0"
13 [profile.release]
14 debug = true
15 panic = "abort"
17 [profile.dev]
18 panic = "abort"
20 # optimizing glsl more makes a big difference in swgl build times
21 [profile.dev.package.glsl]
22 opt-level = 2
24 [profile.release.package.glsl]
25 opt-level = 2
27 [patch.crates-io]
28 firefox-on-glean = { path = "fog" }
29 # use a patched version of glutin that works on android
30 glutin = { version = "0.28", git = "https://github.com/jamienicol/glutin", branch="wr" }