1 unstable release
0.1.0 | Apr 5, 2023 |
---|
#1032 in GUI
6,742 downloads per month
90KB
1K
SLoC
dbusmenu-rs
This repository contains safe Rust bindings for libdbusmenu that work with the gtk-rs ecosystem. For more information, including examples, see the libdbusmenu repo.
Code Generation
Bindings are generated using gir.
In order to manage all the steps and fixes involved in code generation, they are built using Nix and symlinked to result
.
To generate them yourself, run nix build
.
License
This project licensed under LGPLv3.
lib.rs
:
bindings for gtk part of libdbusmenu
Rust bindings for the gtk part of libdbusmenu that work with the gtk-rs ecosystem.
If you are looking to expose a menu over DBus (e.g. for a system tray icon), see [mod@dbusmenu_glib
].
This crate provides Menu
, a GTK widget which will show the contents of a menu exposed over DBus.
Dependencies
~16–25MB
~446K SLoC