You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -62,13 +62,6 @@ Enables the usage of [**dbus-rs**](https://lib.rs/dbus) instead of [**zbus**](ht
62
62
This is functionally identical to the default feature set.
63
63
**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`**.
64
64
65
-
### Requirements
66
-
67
-
|| with dbus | with zbus|
68
-
| ----------- | --- | --- |
69
-
|**`rustc`**| >= 1.59 | >= 1.60 |
70
-
|**libdbus**|**yes**| nope! |
71
-
72
65
## macOS support
73
66
This library shines on linux and bsd, which is its original target platform.
74
67
Lately it gained support for macOS thanks to [mac-notification-sys](https://crates.io/crates/mac-notification-sys).
0 commit comments