Skip to content

Commit

Permalink
arkui: Add native node napi
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe committed Jan 9, 2025
1 parent 026a2f1 commit 0958aa4
Show file tree
Hide file tree
Showing 4 changed files with 516 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/arkui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ pub mod native_interface;
#[cfg_attr(docsrs, doc(cfg(feature = "api-12")))]
pub mod native_node;

#[cfg(feature = "api-12")]
#[cfg_attr(docsrs, doc(cfg(feature = "api-12")))]
pub mod native_node_napi;

#[cfg(feature = "api-12")]
#[cfg_attr(docsrs, doc(cfg(feature = "api-12")))]
pub mod native_type;
Expand Down
2 changes: 2 additions & 0 deletions components/arkui/src/native_node_napi.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mod native_node_napi_ffi;
pub use native_node_napi_ffi::*;
Loading

0 comments on commit 0958aa4

Please sign in to comment.