qemu-display: export zbus

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2023-08-28 14:19:42 +04:00
parent 39bf79d2c0
commit 77de690912
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#![allow(clippy::too_many_arguments)]
pub use zbus;
pub mod util;
#[cfg(windows)]
mod win32;