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 aecb69c commit b2a04adCopy full SHA for b2a04ad
crates/bevy_winit/src/lib.rs
@@ -1,7 +1,7 @@
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`](crate::bevy::DefaultPlugins).
+//! Most commonly, the [`WinitPlugin`] is used as part of [`DefaultPlugins`](bevy_internal::DefaultPlugins).
5
//! The app's [runner](bevy_app::App::runner) is set by `WinitPlugin` and handles the `winit` [`EventLoop`](winit::event_loop::EventLoop).
6
//! See `winit_runner` for details.
7
0 commit comments