mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Impossible to use komorebi-client due to transitive dependency features conflict #396
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @edraze on GitHub (May 30, 2024).
Describe the bug
In the case when the
komorebi-clientis used in one project with some dependency that is transitively used crateparking_lotwith featuresend_guard, a compilation error occurs becausekomorebi-clienttransitively importingparking_lotwith featuredeadlock_detectionand these features are mutually exclusive.Error
To Reproduce
bevy = "0.13"komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.25"})Expected behavior
Don't enforce
deadlock_detectionfeature inkomorebiforparking_lotdependency, make it customizable by crate futures.@LGUG2Z commented on GitHub (May 30, 2024):
Could you prepare a PR for this? 🙏
@edraze commented on GitHub (May 30, 2024):
Sure, here https://github.com/LGUG2Z/komorebi/pull/859