Skip to content

Commit

Permalink
Re-export AccessibiliyyConnection in atspi::
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Oct 10, 2023
1 parent c320a32 commit 680e392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atspi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ pub use atspi_proxies as proxy;

#[cfg(feature = "connection")]
pub use atspi_connection as connection;
#[cfg(feature = "connection")]
pub use connection::AccessibilityConnection;

#[cfg(feature = "zbus")]
pub use zbus;

0 comments on commit 680e392

Please sign in to comment.