tauri/examples/parent-window
Amr Bashir a813caf2e4
chore(examples/parent-window): fix import closes #9704 (#9705)
* chore(examples/parent-window): fix import

closes #9704

* lock file
2024-05-08 19:06:07 +03:00
..
index.html chore(examples/parent-window): fix import closes #9704 (#9705) 2024-05-08 19:06:07 +03:00
main.rs chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
README.md Support window parenting on macOS, closes #3751 (#3754) 2022-03-23 13:30:44 -03:00
tauri.conf.json feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00

Parent Window Example

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