Releases: segevfiner/keepawake-rs
Releases · segevfiner/keepawake-rs
v0.6.0
Added
- Prebuilt binaries for more platforms.
Changed
- Replaced apple-sys by objc2 (Thanks to @brian-contio-ai in #32)
- Updated dependencies
v0.5.1
Changed
- Updated dependencies.
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_builderfor the builder (The builder is now created usingdefault()). - BREAKING Renamed
AwakeHandletoKeepAwake. - BREAKING New custom
Errortype instead of usinganyhowfor the library. - Made
winresourceto only be included in thebinfeature. - 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-rsonly be included in thebinfeature.
v0.4.1
Changed
- Updated dependencies.
v0.4.0
Changed
- The binary of the crate is now behind the feature
binso users of the library crate bring in
less dependencies.