Logo
Explore Help
Register Sign In
yujunjun/AppFlowy
1
0
Fork 0
You've already forked AppFlowy
mirror of https://github.com/AppFlowy-IO/AppFlowy.git synced 2025-07-03 07:05:30 +00:00
Code Issues Packages Projects Releases Wiki Activity
AppFlowy/frontend/rust-lib/flowy-user/build.rs

11 lines
262 B
Rust
Raw Normal View History

refactor: generate the pb files using build.rs
2022-02-08 14:36:59 +08:00
fn main() {
chore: write dart_event file
2022-02-16 10:00:31 +08:00
let crate_name = env!("CARGO_PKG_NAME");
chore: add codegen crate
2022-12-01 14:56:20 +08:00
flowy_codegen::protobuf_file::gen(crate_name);
feat: return rows and fields
2022-03-05 17:52:25 +08:00
#[cfg(feature = "dart")]
chore: add codegen crate
2022-12-01 14:56:20 +08:00
flowy_codegen::dart_event::gen(crate_name);
Feat/tauri (#1716) * feat: support tauri desktop * chore: support call flowy sdk command * chore: switch to svelte * chore: gen js protobuf * chore: import js protobuf * chore: call flowy sdk handler * chore: update scipts * chore: create index.ts * chore: track files * chore: gen ts event * chore: replace application icon * chore: migrate to react * chore: fix wanrings Co-authored-by: nathan <nathan@appflowy.io>
2023-01-17 16:27:17 +08:00
#[cfg(feature = "ts")]
flowy_codegen::ts_event::gen(crate_name);
refactor: generate the pb files using build.rs
2022-02-08 14:36:59 +08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 286ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API