aboutsummaryrefslogtreecommitdiff
path: root/cookbook-render/src/main.rs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-08-20 15:01:40 +0200
committerKatharina Fey <kookie@spacekookie.de>2020-08-20 15:01:40 +0200
commit46cce77fdaa288f16104da29602b784bcc424b37 (patch)
tree20516e8e056aa5eb8695278bd4b29916d4ec243f /cookbook-render/src/main.rs
parent1bda2bbd26d803ec863032586525d2b473625f32 (diff)
Refactoring repository
Diffstat (limited to 'cookbook-render/src/main.rs')
-rw-r--r--cookbook-render/src/main.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/cookbook-render/src/main.rs b/cookbook-render/src/main.rs
new file mode 100644
index 0000000..c6ac72a
--- /dev/null
+++ b/cookbook-render/src/main.rs
@@ -0,0 +1,5 @@
+//! Main application starting point
+
+fn main() {
+ yew::start_app::<cookbook_render::Main>();
+}