ffi: export pub API

This commit is contained in:
2025-11-12 16:17:10 +01:00
parent 612ee5da6e
commit 022bc4e9e2
+2 -1
View File
@@ -18,7 +18,6 @@ mod ffi_point {
} }
// Safe wrapper // Safe wrapper
pub struct Point { pub struct Point {
ptr: *mut PointShape, ptr: *mut PointShape,
} }
@@ -63,3 +62,5 @@ mod ffi_point {
} }
} }
} }
pub use ffi_point::Point;