summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-02 03:33:30 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-02 03:44:14 +0200
commit8c8325d0cf797f7ce69c2d9e0db83faa3d94d5f0 (patch)
tree0001d8bdff5717d2cfb97baac4cd035a2efa5955 /src
parent703f7657e15234554afb5c62fafed6fd4f8d1d03 (diff)
downloadiced-8c8325d0cf797f7ce69c2d9e0db83faa3d94d5f0.tar.gz
iced-8c8325d0cf797f7ce69c2d9e0db83faa3d94d5f0.tar.bz2
iced-8c8325d0cf797f7ce69c2d9e0db83faa3d94d5f0.zip
Write documentation for the `debug` feature
Diffstat (limited to 'src')
-rw-r--r--src/application.rs3
1 files changed, 3 insertions, 0 deletions
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