Skip to content
Snippets Groups Projects
Commit 57f8e152 authored by Albin Heimerson's avatar Albin Heimerson
Browse files

fix name

parent 0d2dcd6a
No related branches found
No related tags found
1 merge request!2Add functionality for AK
......@@ -7,7 +7,7 @@
<head>
<!-- change this to your project name -->
<title>Control Web Applications</title>
<title>Control Applications</title>
<!-- config for our rust wasm binary. go to https://trunkrs.dev/assets/#rust for more customization -->
<link data-trunk rel="rust" data-wasm-opt="2" />
......
......@@ -13,7 +13,7 @@ fn main() {
let native_options = eframe::NativeOptions::default();
eframe::run_native(
"eframe template",
"Control Applications",
native_options,
// Box::new(|cc| Box::new(control_web_apps::TemplateApp::new(cc))),
Box::new(|cc| Box::new(control_web_apps::ControlApp::new(cc))),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment