Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

SilkenWeb Tauri Example

This example shows how to build a simple Tauri app, and send messages between the front and back ends, with and without error handling.

To run the example, first install tauri-cli with cargo install tauri-cli --locked, then:

cargo tauri build
cargo run