kenz-gelsoft / wxRust2

re-exploration Rust binding to wx
MIT License
78 stars 10 forks source link

Make ffi modules wx*-sys crates #74

Closed kenz-gelsoft closed 2 years ago

kenz-gelsoft commented 2 years ago

To follow the *-sys crate/package convention.

Blocks https://github.com/kenz-gelsoft/wxRust2/issues/72

Although it is a byproduct of the current least level abstraction.

kenz-gelsoft commented 2 years ago

Making ffi modules into *-sys crates does not follow the convention because they aren't just declarations but contains definitions to call C++ ABI.