Added dialog module features.

This commit is contained in:
Brian Carlsen 2022-11-03 22:09:01 +01:00
parent 896fc516d3
commit 4018fd1177
5 changed files with 386 additions and 3 deletions

View file

@ -4,6 +4,8 @@ use wasm_bindgen::JsValue;
pub mod app;
#[cfg(feature = "clipboard")]
pub mod clipboard;
#[cfg(feature = "dialog")]
pub mod dialog;
#[cfg(feature = "event")]
pub mod event;
#[cfg(feature = "mocks")]