Skip to content

Commit

Permalink
Rename executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Turun committed Jul 8, 2023
1 parent 793a3e2 commit e581c59
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "grepolis_map"
name = "turunmap"
version = "1.2.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src/view/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl View {
let native_options = eframe::NativeOptions::default();
// TODO Save config between app runs.
let _result = eframe::run_native(
"Grepolis Map",
"Turun Map",
native_options,
Box::new(|cc| Box::new(self.setup(cc))),
);
Expand Down

0 comments on commit e581c59

Please sign in to comment.