Closed wusyong closed 3 years ago
I tried it and it seems to work:
But the SDK version is a prerelease and this feature only works with Edge dev/canary. I'm inclined to wait for a bit more stabilization before properly supporting it.
BTW you can see how idl2rs is run here:
Thank you so much! It can definitely wait. I just need to make sure if it's possible to do so. I tried to update today but stuck on how to use those continuation iterfaces.
The idl2rs crate is really amazing too! It actually just took me a few minutes to get familiar with it.
@sopium Thank you again for the help! Just tested it and it works perfectly! Btw, do you plan to publish a new version to crates.io? Because in the release of tauri, we need to publish to there too.
Just released v0.1.0.
First of all, thanksfor your work! I'm very glad to find this crate. The interface is super easy to use and pretty ergonomic! I have a requirement that need to construct a window with transparent background. And looks like the upstream updated this feature recently. Could we also update to it? I'm willing to help. Just maybe need to know how to run the idl2rs binary. It seems all interfaces are generated from that tool?