bevy/crates/bevy_window/src
Hristo Iliev 6a238377be Add documentation to the WindowDescriptor struct. (#4764)
# Objective

Resolves #4753

## Solution

Using rust doc I added documentation to the struct. Decided to not provide an example in the doc comment but instead refer to the example file that shows the usage.
2022-05-30 16:59:41 +00:00
..
cursor.rs Added set_cursor_icon(...) to Window (#3395) 2021-12-20 22:04:45 +00:00
event.rs Allow closing windows at runtime (#3575) 2022-05-05 13:35:43 +00:00
lib.rs Allow closing windows at runtime (#3575) 2022-05-05 13:35:43 +00:00
raw_window_handle.rs Improve docs and naming for RawWindowHandle functionality (#4335) 2022-05-26 00:09:23 +00:00
system.rs Allow closing windows at runtime (#3575) 2022-05-05 13:35:43 +00:00
window.rs Add documentation to the WindowDescriptor struct. (#4764) 2022-05-30 16:59:41 +00:00
windows.rs Allow closing windows at runtime (#3575) 2022-05-05 13:35:43 +00:00