Bug 1857841 - pt 3. Add a new page kind named "fresh" r=glandium
[gecko.git] / gfx / wr / Cargo.toml
blob6be188c09cebcf81c0c2986bcb9c6314660c9cd0
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 firefox-on-glean = { 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" }