From 8c8325d0cf797f7ce69c2d9e0db83faa3d94d5f0 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 2 Apr 2020 03:33:30 +0200 Subject: Write documentation for the `debug` feature --- src/application.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/application.rs b/src/application.rs index 8c4a77a2..689332f1 100644 --- a/src/application.rs +++ b/src/application.rs @@ -14,6 +14,9 @@ use crate::{window, Command, Element, Executor, Settings, Subscription}; /// you do not intend to perform any background work in your program, the /// [`Sandbox`](trait.Sandbox.html) trait offers a simplified interface. /// +/// When using an [`Application`] with the `debug` feature enabled, a debug view +/// can be toggled by pressing `F12`. +/// /// [`Application`]: trait.Application.html /// /// # Examples -- cgit