gecko-dev/gfx/wr/Cargo.toml
Dan Glastonbury be87d8ce17 Bug 1550640 - P4: Remove bincode. r=Gankro
Differential Revision: https://phabricator.services.mozilla.com/D32783

--HG--
extra : moz-landing-system : lando
2019-07-12 06:12:33 +00:00

16 lines
199 B
TOML

[workspace]
members = [
"direct-composition",
"examples",
"webrender",
"webrender_api",
"wrench",
]
[profile.release]
debug = true
panic = "abort"
[profile.dev]
panic = "abort"