Skip to content

Commit

Permalink
renamed cargo project
Browse files Browse the repository at this point in the history
  • Loading branch information
Azorlogh committed Jun 2, 2020
1 parent e899d46 commit dd38f61
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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 = "universal-piano-roll"
name = "xenharmonic-piano-roll"
version = "0.1.0"
authors = ["Azorlogh <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
to_server.send(server::Event::SetTempo(state.sheet_editor.tempo)).unwrap();

let main_window = WindowDesc::new(|| ui::build())
.title(LocalizedString::new("Universal Piano Roll"))
.title(LocalizedString::new("Xenharmonic Piano Roll"))
.window_size(Size::new(800.0, 500.0));

let delegate = Delegate { to_server };
Expand Down

0 comments on commit dd38f61

Please sign in to comment.