|
2 年之前 | |
---|---|---|
.. | ||
README.md | 2 年之前 | |
index.html | 2 年之前 | |
main.rs | 2 年之前 | |
tauri.conf.json | 2 年之前 |
A simple Tauri Application showcase the streaming functionality.
To execute run the following on the root directory of the repository: cargo run --example streaming
.
By default the example uses a custom URI scheme protocol. To use the builtin asset
protocol, run cargo run --example streaming --features protocol-asset
.