8 lines
179 B
Rust
Raw Permalink Normal View History

2023-10-02 09:12:24 +02:00
fn main() {
#[cfg(feature = "dart")]
{
flowy_codegen::protobuf_file::dart_gen(env!("CARGO_PKG_NAME"));
flowy_codegen::dart_event::r#gen(env!("CARGO_PKG_NAME"));
}
2023-10-02 09:12:24 +02:00
}