bevy_child_window
This library provides a way to create an embed child window in Bevy.

Supported platforms
| Platform | usable |
|---|---|
| Windows | ✅ |
| MacOS | ✅ |
| Linux | ❌ |
| Web | ❌ |
Usage
You can create the window as child by adding ParentWindow component to the entity.
use *;
use ;
use *;
ChangeLog
Please see here.
Compatible Bevy versions
| bevy_child_window | bevy |
|---|---|
| 0.1.0 ~ | 0.15 |
License
This crate is licensed under the MIT License or the Apache License 2.0.
Contributing
Welcome to contribute by PR and issues!