Kayo Phoenix
Kayo Phoenix
Hmm, *tree-sitter* looks interesting. I will try to play with it. Thanks.
It seems unwinding backtraces still broken :(
Currently I know only one way to avoid this issue: dynamic linking between C++ object and rust app. But in this case I cannot simply publish it on a crates.io
@yangchengjian Are you have any progress with it?
I have same issue with bindings which depends from bundled shared object. Currently only `libc++_shared.so` can be packaged automatically when it used.
I think the optimal way to list all required shared objects (for packaging it together) using readelf, like the following: https://github.com/rust-windowing/android-rs-glue/blob/096c6dd62dfa3e6c233f9ed3aafedfb9dab57871/cargo-apk/src/ops/build/compile.rs#L332-L353 Of course, we should read shared objects recursively and...
@torkleyy Can you test cargo-apk from my PR above? Or let me do it.
@avl I rebased this PR, so it has to be ready for merge now.
@est31 Seems glium doesn't use autoformatting of Rust code. My editing mode does it.
@est31 I'm not sure but seems `client_format_to_glenum` already does such.