-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Duplicate dependencies #1816
Copy link
Copy link
Closed
Labels
C - upstreamIt's not our fault for onceIt's not our fault for onceDS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backendS - maintenanceRepaying technical debtRepaying technical debt
Description
Hi all,
I'm a absolute beginner in Rust.
While using the command "cargo tree -d", I saw duplicates on core-graphics, core-foundation-sys, core-foundation.
- Am I reading the dups correctly?
- Is it fair to say that updating core-video-sys to more recent libs would shave of around 100kB of dups out of the 300kB of winit?
Thanks for your patience!
core-graphics v0.19.2
└── core-video-sys v0.1.4
└── winit v0.24.0
└── wgpu v0.1.0 (/Users/inovia/Desktop/rust/wgpu)
core-graphics v0.22.2
├── cocoa v0.24.0
│ └── winit v0.24.0
│ └── wgpu v0.1.0 (/Users/inovia/Desktop/rust/wgpu)
└── winit v0.24.0 (*)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C - upstreamIt's not our fault for onceIt's not our fault for onceDS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backendS - maintenanceRepaying technical debtRepaying technical debt