summaryrefslogtreecommitdiffstats
path: root/src/application.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-07-08 23:20:25 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-07-08 23:20:25 +0200
commit48bc505cb6fe85b6568715de4c8b4067603f8fb0 (patch)
treed1fb81f7fd414e78781536b4a4f3c413fd81791e /src/application.rs
parent2d6d26cef4e3963a59d4c58e4fc811f246e3e794 (diff)
downloadiced-48bc505cb6fe85b6568715de4c8b4067603f8fb0.tar.gz
iced-48bc505cb6fe85b6568715de4c8b4067603f8fb0.tar.bz2
iced-48bc505cb6fe85b6568715de4c8b4067603f8fb0.zip
Fix missing docs in `iced` crate
Diffstat (limited to 'src/application.rs')
-rw-r--r--src/application.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application.rs b/src/application.rs
index d4297eea..4edfb063 100644
--- a/src/application.rs
+++ b/src/application.rs
@@ -1,3 +1,4 @@
+//! Build interactive cross-platform applications.
use crate::window;
use crate::{Command, Element, Executor, Settings, Subscription};