Skip to content

Duplicate dependencies #1816

@baptistemanson

Description

@baptistemanson

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 (*)

Metadata

Metadata

Assignees

No one assigned

    Labels

    C - upstreamIt's not our fault for onceDS - appkitAffects the AppKit/macOS backendS - maintenanceRepaying technical debt

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions