Skip to content

Commit

Permalink
Tweak package naming
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed May 24, 2021
1 parent e49dc15 commit e7a7eed
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wooting-analog-midi-app",
"name": "wooting-analog-midi",
"version": "0.2.0",
"main": "index.js",
"repository": "https://github.com/WootingKb/wooting-analog-midi.git",
Expand Down
20 changes: 10 additions & 10 deletions src-tauri/Cargo.lock

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

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "wooting-analog-midi-app"
name = "wooting-analog-midi"
version = "0.2.0"
description = "Virtual MIDI input for Analog keyboards!"
authors = [ "simon-wh", "PastaJ36" ]
Expand All @@ -14,7 +14,7 @@ serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
log = "0.4"
env_logger = "0.8"
wooting-analog-midi = { path = "../wooting-analog-midi" }
wooting-analog-midi-core = { path = "../wooting-analog-midi-core" }
lazy_static = "1.4"
anyhow = "1.0"
[dependencies.tauri]
Expand Down
File renamed without changes.

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

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "wooting-analog-midi"
name = "wooting-analog-midi-core"
version = "0.1.0"
authors = ["simon-wh <[email protected]>"]
edition = "2018"
Expand Down
File renamed without changes.

0 comments on commit e7a7eed

Please sign in to comment.