Explorar o código

feat: add feature flag for liveview in lib

Jonathan Kelley %!s(int64=3) %!d(string=hai) anos
pai
achega
014eb974f7
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/lib.rs

+ 3 - 0
src/lib.rs

@@ -14,6 +14,9 @@ pub use dioxus_ssr as ssr;
 #[cfg(feature = "web")]
 pub use dioxus_web as web;
 
+#[cfg(feature = "liveview")]
+pub use dioxus_liveview as liveview;
+
 #[cfg(feature = "desktop")]
 pub use dioxus_desktop as desktop;