summaryrefslogtreecommitdiffstats
path: root/examples/vectorial_text/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vectorial_text/src/main.rs')
-rw-r--r--examples/vectorial_text/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vectorial_text/src/main.rs b/examples/vectorial_text/src/main.rs
index 1ed7a2b1..6dd3273a 100644
--- a/examples/vectorial_text/src/main.rs
+++ b/examples/vectorial_text/src/main.rs
@@ -6,7 +6,7 @@ use iced::widget::{
use iced::{Element, Length, Point, Rectangle, Renderer, Theme, Vector};
pub fn main() -> iced::Result {
- iced::program(
+ iced::application(
"Vectorial Text - Iced",
VectorialText::update,
VectorialText::view,