Lucas Fernandes Nogueira 715cbde384 feat(config): add `$schema` to `tauri.conf.json`, closes #3464 (#4031) 3 年 前
..
README.md 5ed46f010b fix: added command line argument to successfully run multiwindow example (#3717) 3 年 前
index.html 8259cd64c2 feat(core): inject `CSP` on data URLs [TRI-049] (#16) 3 年 前
main.rs 985d250898 fix(tauri): export `WindowBuilder` struct instead of trait, closes #3827 (#3833) 3 年 前
tauri.conf.json 715cbde384 feat(config): add `$schema` to `tauri.conf.json`, closes #3464 (#4031) 3 年 前

README.md

Multi-Window Example

An example Tauri Multi-Window Application.

To execute run the following on the root directory of the repository: cargo run --example multiwindow --features window-create.