AppFlowy/frontend/rust-lib/flowy-search/build.rs
2025-03-24 12:40:29 +08:00

7 lines
177 B
Rust

fn main() {
#[cfg(feature = "dart")]
{
flowy_codegen::protobuf_file::dart_gen(env!("CARGO_PKG_NAME"));
flowy_codegen::dart_event::gen(env!("CARGO_PKG_NAME"));
}
}