Skip to content

Commit

Permalink
docs: remove requirements from readme
Browse files Browse the repository at this point in the history
Cargo.toml and ci should are more correct
  • Loading branch information
hoodie committed Apr 7, 2024
1 parent 789fe44 commit c253a82
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ Enables the usage of [**dbus-rs**](https://lib.rs/dbus) instead of [**zbus**](ht
This is functionally identical to the default feature set.
**As long as you still compile with default-features this will only enable dbus-rs usage, but not default to it!** In order to use the dbus-rs implementation set the environment variable **`DBUSRS `** or compile notify-rust with **`--no-default-features`**.

### Requirements

| | with dbus | with zbus|
| ----------- | --- | --- |
| **`rustc`** | >= 1.59 | >= 1.60 |
| **libdbus** | **yes** | nope! |

## macOS support
This library shines on linux and bsd, which is its original target platform.
Lately it gained support for macOS thanks to [mac-notification-sys](https://crates.io/crates/mac-notification-sys).
Expand Down

0 comments on commit c253a82

Please sign in to comment.