-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
It looks like ever since sctk-adwaita
got upgraded (and their dependencies got upgraded) this crate is dragging in cmake
, polluting everybody's build system and setup. Our project has a zero-tolerance policy for cmake
(or other build time tools since we just want to be able to build trough cargo
with no additional tools required to be set up).
Dependency tree seems to be:
sctk-adwaita
->crossfont
-> servo-fontconfig
-> servo-fontconfig-sys
-> expat-sys
-> cmake
Presumably all of this isn't strictly required and can be disabled?
MarijnS95, Jake-Shadle, syrel and notgull
Metadata
Metadata
Assignees
Labels
No labels