mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
Cargo.toml cleanup (#39403)
Cargo.toml cleanups. Mostly ordering fixes. Testing: No tests for Cargo.toml edits. --------- Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
parent
0de0f741b6
commit
5a0332f57e
27 changed files with 80 additions and 82 deletions
|
@ -17,14 +17,14 @@ bluetooth = ['bluetooth_traits', 'script_bindings/bluetooth']
|
|||
crown = ['js/crown']
|
||||
debugmozjs = ['js/debugmozjs']
|
||||
jitspew = ['js/jitspew']
|
||||
js_backtrace = []
|
||||
profilemozjs = ['js/profilemozjs']
|
||||
refcell_backtrace = ["accountable-refcell"]
|
||||
testbinding = ["script_bindings/testbinding"]
|
||||
tracing = ["dep:tracing", "script_bindings/tracing"]
|
||||
webgl_backtrace = ["canvas_traits/webgl_backtrace"]
|
||||
js_backtrace = []
|
||||
refcell_backtrace = ["accountable-refcell"]
|
||||
webxr = ["webxr-api", "script_bindings/webxr"]
|
||||
webgpu = ["script_bindings/webgpu", "script_traits/webgpu"]
|
||||
webxr = ["webxr-api", "script_bindings/webxr"]
|
||||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crown)'] }
|
||||
|
@ -99,10 +99,10 @@ parking_lot = { workspace = true }
|
|||
percent-encoding = { workspace = true }
|
||||
phf = "0.11"
|
||||
pixels = { path = "../pixels" }
|
||||
rustc-hash = { workspace = true }
|
||||
profile_traits = { workspace = true }
|
||||
range = { path = "../range" }
|
||||
regex = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
script_bindings = { path = "../script_bindings" }
|
||||
script_traits = { workspace = true }
|
||||
selectors = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue