Skip to content

Commit 4340fe6

Browse files
committed
use hardcoded link since bevy_internal is not a dep
1 parent b2a04ad commit 4340fe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/bevy_winit/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#![warn(missing_docs)]
22
//! `bevy_winit` provides utilities to handle window creation and the eventloop through [`winit`]
33
//!
4-
//! Most commonly, the [`WinitPlugin`] is used as part of [`DefaultPlugins`](bevy_internal::DefaultPlugins).
4+
//! Most commonly, the [`WinitPlugin`] is used as part of
5+
//! [`DefaultPlugins`](https://docs.rs/bevy/latest/bevy/struct.DefaultPlugins.html).
56
//! The app's [runner](bevy_app::App::runner) is set by `WinitPlugin` and handles the `winit` [`EventLoop`](winit::event_loop::EventLoop).
67
//! See `winit_runner` for details.
78

0 commit comments

Comments
 (0)