tauri/examples/splashscreen
2024-03-11 11:07:15 -03:00
..
dist refactor(api)!: Rename primitives mod to core (#8273) 2023-11-20 17:53:13 -03:00
main.rs feat(core): allow swapping the assets implementation (#9141) 2024-03-11 11:07:15 -03:00
README.md refactor(examples): remove unused files (#3762) 2022-03-23 20:45:43 -03:00
tauri.conf.json feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -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