diwic / dbus-rs

D-Bus binding for the Rust language
Other
591 stars 133 forks source link

Make clap dependency optional, but default & required for building the binary #465

Closed AldanTanneo closed 5 months ago

AldanTanneo commented 5 months ago

This is meant to make the dbus-codegen crate easier to use as a library (for instance, in build scripts) without having to pull in the clap crate.

This is not a breaking change for library users.

diwic commented 5 months ago

Thanks!