Lucas Fernandes Nogueira 715cbde384 feat(config): add `$schema` to `tauri.conf.json`, closes #3464 (#4031) 3 yıl önce
..
README.md 4e807a53e2 Support window parenting on macOS, closes #3751 (#3754) 3 yıl önce
index.html 4e807a53e2 Support window parenting on macOS, closes #3751 (#3754) 3 yıl önce
main.rs 985d250898 fix(tauri): export `WindowBuilder` struct instead of trait, closes #3827 (#3833) 3 yıl önce
tauri.conf.json 715cbde384 feat(config): add `$schema` to `tauri.conf.json`, closes #3464 (#4031) 3 yıl önce

README.md

Parent Window Example

Run the following at the root directory of the repository to try it out: cargo run --example parent-window.