Releases: segevfiner/keepawake-rs
Releases · segevfiner/keepawake-rs
v0.5.1
v0.5.0
Added
- An experimental C API buildable using cargo-c. See the generated header file for details on the API. See cargo-c for futher details on cargo-c usage.
Changed
- BREAKING Switched to
derive_builder
for the builder (The builder is now created usingdefault()
). - BREAKING Renamed
AwakeHandle
toKeepAwake
. - BREAKING New custom
Error
type instead of usinganyhow
for the library. - Made
winresource
to only be included in thebin
feature. - Updated dependencies.
v0.4.5
Changed
- Migrate to winresource from winres.
- Make manifest conditional on "bin" feature to avoid it propogating to dependents
(BenjaminRi/winresource#16). - Make shadow-rs conditional on "bin" feature.
v0.4.4
Changed
- Updated dependencies.
v0.4.3
Fixed
- Bad drop for idle display assertion in macOS.
v0.4.2
Changed
- Updated dependencies.
- Made
shadow-rs
only be included in thebin
feature.
v0.4.1
Changed
- Updated dependencies.
v0.4.0
Changed
- The binary of the crate is now behind the feature
bin
so users of the library crate bring in
less dependencies.