kymostudio-core 0.4.10

Prompt it. See it appear. Watch it animate. (Core)
Documentation
1
2
3
4
5
6
7
//! Standalone `uniffi-bindgen` CLI — generates the Kotlin / Swift bindings from
//! the compiled `kymostudio-core` library (proc-macro `--library` mode). Built
//! only with the `mobile` feature; invoked by `packages/mobile/build-*.sh`.

fn main() {
    uniffi::uniffi_bindgen_main()
}