Bug 1772588 [wpt PR 34302] - [wpt] Add test for block-in-inline offsetParent., a...
[gecko.git] / gfx / wr / Cargo.toml
blob59962d197ca78cf361c6728653f340f9aa52b749
1 [workspace]
2 members = [
3     "examples",
4     "webrender",
5     "webrender_api",
6     "wrench",
7     "example-compositor/compositor",
10 [profile.release]
11 debug = true
12 panic = "abort"
14 [profile.dev]
15 panic = "abort"
17 # optimizing glsl more makes a big difference in swgl build times
18 [profile.dev.package.glsl]
19 opt-level = 2
21 [profile.release.package.glsl]
22 opt-level = 2
24 [patch.crates-io]
25 fog = { path = "fog" }
26 # use a patched version of glutin that works on android
27 glutin = { version = "0.28", git = "https://github.com/jamienicol/glutin", branch="wr" }