srithon/BrightnessControl

Integrate with CI for pre-built binaries

Closed this issue · 0 comments

Not everyone has cargo or Rust installed, and it doesn't make sense to force users to install such big packages just to build the project.

Currently, features (configuration options) are passed in at compile time, which does not mesh well with pre-built binaries.

However, after #2 is implemented, compile-time features will no longer be necessary.