diff --git a/rust/src/bindings.rs b/rust/src/bindings.rs index 7e5dcf333..79899c9cb 100644 --- a/rust/src/bindings.rs +++ b/rust/src/bindings.rs @@ -109,7 +109,7 @@ pub use ffi::{ ncblit_bgrx, ncblit_rgb_packed, ncblit_rgb_loose, -} +}; // ncbox ----------------------------------------------------------------------- @@ -185,6 +185,24 @@ pub use ffi::{ ncdirect_vline_interp, }; +// ncdirectf -------------------------------------------------------------------- +// +// already wrapped: +// +// // type alias +// ncdirectf, +// + +#[doc(inline)] +pub use ffi::{ + // functions + ncdirectf_from_file, + ncdirectf_geom, + ncdirectf_render, + ncdirectf_free, +}; + + // ncfadectx ------------------------------------------------------------------- // // already wrapped: