0.6.0 #1
2 changed files with 5 additions and 3 deletions
|
@ -2,9 +2,10 @@
|
||||||
//!
|
//!
|
||||||
//! The interface XML files were taken from
|
//! The interface XML files were taken from
|
||||||
//! [Waybar](https://github.com/Alexays/Waybar/tree/master/protocol), and the proxies were
|
//! [Waybar](https://github.com/Alexays/Waybar/tree/master/protocol), and the proxies were
|
||||||
//! generated with [zbus-xmlgen](https://docs.rs/crate/zbus_xmlgen/latest) by running `zbus-xmlgen
|
//! generated with [zbus-xmlgen](https://docs.rs/crate/zbus_xmlgen/latest) by running
|
||||||
//! dbus_status_notifier_item.xml` and `zbus-xmlgen dbus_status_notifier_watcher.xml`. At the
|
//! `zbus-xmlgen file crates/notifier_host/src/proxy/dbus_status_notifier_item.xml` and
|
||||||
//! moment, `dbus_menu.xml` isn't used.
|
//! `zbus-xmlgen file crates/notifier_host/src/proxy/dbus_status_notifier_watcher.xml`.
|
||||||
|
//! At the moment, `dbus_menu.xml` isn't used.
|
||||||
//!
|
//!
|
||||||
//! For more information, see ["Writing a client proxy" in the zbus
|
//! For more information, see ["Writing a client proxy" in the zbus
|
||||||
//! tutorial](https://dbus2.github.io/zbus/).
|
//! tutorial](https://dbus2.github.io/zbus/).
|
||||||
|
|
|
@ -86,6 +86,7 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
deno
|
deno
|
||||||
mdbook
|
mdbook
|
||||||
|
zbus-xmlgen
|
||||||
];
|
];
|
||||||
|
|
||||||
RUST_SRC_PATH = "${rust}/lib/rustlib/src/rust/library";
|
RUST_SRC_PATH = "${rust}/lib/rustlib/src/rust/library";
|
||||||
|
|
Loading…
Add table
Reference in a new issue