Files
dependabot[bot] e3611efef3 chore(deps): bump tauri from 1.1.2 to 1.1.3 in /examples/emit-event/src-tauri (#26)
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.1.2...tauri-v1.1.3)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-22 22:54:12 +02:00
..

Tauri Plugin single-instance

Emit Event Example

To build and test in development mode run the following:

# change to this example directory
npm install
npm run tauri dev

# or if tauri is installed globally

cargo tauri dev

While the above is running, in a separate terminal window execute the debug target app

# on linux
./src-tauri/target/debug/emit-event-app cyan # any css background color should work
./src-tauri/target/debug/emit-event-app "#888" # including hex

# on windows
.\src-tauri\target\debug\emit-event-app.exe cyan