aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f2babce..7e9c53d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -15,6 +15,8 @@
//! These dialog boxes can be displayed using various backends:
//! - [`Dialog`][]: uses `dialog` to display ncurses-based dialog boxes (requires the external
//! `dialog` tool)
+//! - [`Zenity`][]: uses `zenity` to display GTK-based dialog boxes (requires the external `zenity`
+//! tool)
//!
//! You can let `dialog` choose the backend by calling the [`show`][] method on a dialog box. If
//! you want to choose the backend yourself, create a backend instance and pass it to