This website requires JavaScript.
Explore
Help
Sign In
tauri-apps
/
tauri
Watch
1
Star
1
Fork
0
You've already forked tauri
mirror of
https://github.com/tauri-apps/tauri.git
synced
2024-12-22 02:01:49 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ec8661f18e
tauri
/
examples
/
commands
/
package.json
8 lines
115 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(core): add state management, closes #1655 (#1665) * feat(core): add state management, closes #1655 * fix(tests): ignore doc example * use a trait to manage #[command] parameters * add docs [skip ci] * finish command before moving into respond_async * Revert "finish command before moving into respond_async" This reverts commit 4651bed5bf2bb91dbab9fce4807578ed67cf0468. * refactor: split InvokeMessage into InvokeResolver, add InvokeResponse * feat: add managed state to the plugin interface * feat: add commands example * add change file [skip ci] * cleanup clones Co-authored-by: chip reed <chip@chip.sh>
2021-05-02 21:34:15 +03:00
{
feat(examples): add state example (#1687) * feat(examples): add state example * clippy
2021-05-03 19:16:34 +03:00
"name"
:
"state"
,
feat(core): add state management, closes #1655 (#1665) * feat(core): add state management, closes #1655 * fix(tests): ignore doc example * use a trait to manage #[command] parameters * add docs [skip ci] * finish command before moving into respond_async * Revert "finish command before moving into respond_async" This reverts commit 4651bed5bf2bb91dbab9fce4807578ed67cf0468. * refactor: split InvokeMessage into InvokeResolver, add InvokeResponse * feat: add managed state to the plugin interface * feat: add commands example * add change file [skip ci] * cleanup clones Co-authored-by: chip reed <chip@chip.sh>
2021-05-02 21:34:15 +03:00
"version"
:
"1.0.0"
,
"scripts"
:
{
"tauri"
:
"node ../../tooling/cli.js/bin/tauri"
}
feat(examples): add state example (#1687) * feat(examples): add state example * clippy
2021-05-03 19:16:34 +03:00
}
Reference in New Issue
Copy Permalink