mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
7 lines
177 B
Rust
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"));
|
|
}
|
|
}
|