Lucas Fernandes Nogueira 715cbde384 feat(config): add `$schema` to `tauri.conf.json`, closes #3464 (#4031) před 3 roky
..
dist 7057c0f7b8 New brand (#2445) před 4 roky
README.md f1637d62df refactor(examples): remove unused files (#3762) před 3 roky
main.rs f1637d62df refactor(examples): remove unused files (#3762) před 3 roky
tauri.conf.json 715cbde384 feat(config): add `$schema` to `tauri.conf.json`, closes #3464 (#4031) před 3 roky

README.md

Splashscreen example

This example demonstrates how a splashscreen can be implemented when waiting on an initialization code on Rust or on the UI.

Running the example

Run the following scripts on the root directory of the repository:

$ cargo run --example splashscreen