tauri/examples/commands/src-tauri
chip fd8fab507c
refactor(core): remove Params and replace with strings (#2191)
* refactor(core): remove `Params` and replace with strings

* add tauri-utils to changelog

* update default runtime macro to accept type and feature

* remove accidental default feature addition

* remove changefile todo items that have no futher action

* fix clippy warning

* update changefile

* finish change file

* fix splashscreen example

* fix markdown typo [skip ci]

* remove final uses of `Params`

* add license header to new runtime module in tauri-macros

* update plugin guide to use runtime instead of params
2021-07-15 18:05:29 +08:00
..
src refactor(core): remove Params and replace with strings (#2191) 2021-07-15 18:05:29 +08:00
.gitignore feat(core): add state management, closes #1655 (#1665) 2021-05-02 15:34:15 -03:00
.license_template feat(examples): add sidecar example (#1999) 2021-06-16 22:18:24 -03:00
build.rs feat(examples): add splashscreen example (#1685) 2021-05-03 11:16:51 -03:00
Cargo.toml feat(examples): add splashscreen example (#1685) 2021-05-03 11:16:51 -03:00
tauri.conf.json chore: add .prettierrc in repo root (#2145) 2021-07-03 19:48:04 -03:00