8 lines
179 B
Rust
Raw Permalink Normal View History

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"));
}
}