diff options
| author | 2026-01-23 20:56:19 +0800 | |
|---|---|---|
| committer | 2026-01-23 20:56:19 +0800 | |
| commit | 410c949b87424b4ac0df5e3f38930781c6eda147 (patch) | |
| tree | dcf787cf8c47e363b6e5e7c54cd0e86a094a2e07 /.changes | |
| parent | 9430bee86fbf943283eb5a6f63bd750b875ff433 (diff) | |
| download | DropOut-410c949b87424b4ac0df5e3f38930781c6eda147.tar.gz DropOut-410c949b87424b4ac0df5e3f38930781c6eda147.zip | |
feat(client): add tauri api macros
Diffstat (limited to '.changes')
| -rw-r--r-- | .changes/config.toml | 5 | ||||
| -rw-r--r-- | .changes/dropout-macros.md | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.changes/config.toml b/.changes/config.toml index dbce913..8a7034d 100644 --- a/.changes/config.toml +++ b/.changes/config.toml @@ -20,6 +20,11 @@ resolver = "rust" version-mode = { pre-release.tag = "alpha" } assets = ["artifacts/**/*"] +[packages.dropout-macros] +path = "crates/macros" +resolver = "rust" +version-mode = { pre-release.tag = "alpha" } + [resolver.rust.pre-check] url = "https://crates.io/api/v1/crates/{{ package.name }}/{{ package.version }}" diff --git a/.changes/dropout-macros.md b/.changes/dropout-macros.md new file mode 100644 index 0000000..faa4e3e --- /dev/null +++ b/.changes/dropout-macros.md @@ -0,0 +1,5 @@ +--- +dropout-macros: "patch:feat" +--- + +Add `dropout-macros` crate to generate tauri api wrappers automatically. |