ffi: export pub API
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user