tauri/examples/splashscreen
2023-10-22 03:38:18 +03:00
..
dist fix(examples): use __TAURI__.primitives (#8077) 2023-10-22 03:38:18 +03:00
main.rs refactor: move to muda and tray_icon crates (#7535) 2023-08-13 22:25:50 -03:00
README.md refactor(examples): remove unused files (#3762) 2022-03-23 20:45:43 -03:00
tauri.conf.json fix: custom protocol on Windows, change scheme on Android, closes #7801 (#7808) 2023-09-11 12:25:06 -03:00

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