mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Use more workspace dependencies (#39404)
I noticed that there are various dependencies that are listed independently even though they are already in the Servo workspace. Is there any issue with converting these to workspace dependencies? Testing: No tests for Cargo.toml edits. Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
parent
5a0332f57e
commit
8590c4edcf
5 changed files with 7 additions and 7 deletions
|
@ -115,7 +115,7 @@ egui-file-dialog = "0.11.0"
|
|||
egui-winit = { version = "0.32.3", default-features = false, features = ["accesskit", "clipboard", "wayland"] }
|
||||
egui_glow = { version = "0.32.3", features = ["winit"] }
|
||||
gilrs = "0.11.0"
|
||||
glow = "0.16.0"
|
||||
glow = { workspace = true }
|
||||
headers = { workspace = true }
|
||||
net = { path = "../../components/net" }
|
||||
net_traits = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue