We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a04ad commit 4340fe6Copy full SHA for 4340fe6
crates/bevy_winit/src/lib.rs
@@ -1,7 +1,8 @@
1
#![warn(missing_docs)]
2
//! `bevy_winit` provides utilities to handle window creation and the eventloop through [`winit`]
3
//!
4
-//! Most commonly, the [`WinitPlugin`] is used as part of [`DefaultPlugins`](bevy_internal::DefaultPlugins).
+//! Most commonly, the [`WinitPlugin`] is used as part of
5
+//! [`DefaultPlugins`](https://docs.rs/bevy/latest/bevy/struct.DefaultPlugins.html).
6
//! The app's [runner](bevy_app::App::runner) is set by `WinitPlugin` and handles the `winit` [`EventLoop`](winit::event_loop::EventLoop).
7
//! See `winit_runner` for details.
8
0 commit comments