Skip to content

Commit b789355

Browse files
🎉 Release 0.1.0
closes #1
1 parent 4edc86f commit b789355

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ version = "0.1.0"
77
authors = ["Brendan Allan", "Oscar Beaumont"]
88
edition = "2021"
99
rust-version = "1.60"
10-
include = ["src/**/*", "dist", "Cargo.toml", "README.md", "LICENSE"]
10+
include = ["/src", "/build.rs", "/permissions", "/LICENSE", "/README.md"]
11+
repository = "https://github.com/specta-rs/tauri-plugin-midi"
12+
documentation = "https://docs.rs/tauri-plugin-midi"
13+
keywords = ["tauri", "midi", "webmidi", "tauri-plugin"]
14+
categories = ["web-programming"]
1115

1216
# /bin/sh RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features
1317
[package.metadata."docs.rs"]
@@ -29,4 +33,4 @@ tauri-specta = { version = "=2.0.0-rc.20", features = ["typescript"] }
2933
specta-typescript = { version = "0.0.7" }
3034

3135
[build-dependencies]
32-
tauri-plugin = { version = "2.0.0-rc.13", features = ["build"] }
36+
tauri-plugin = { version = "2.0.0-rc.13", features = ["build"] }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tauri-plugin-midi
22

3-
A Tauri plugin designed to emulate the WebMIDI API within Tauri applications.
3+
A [Tauri](https://tauri.app) plugin designed to emulate the [WebMIDI API](https://developer.mozilla.org/en-US/docs/Web/API/Web_MIDI_API).
44

55
[Documentation](https://docs.rs/tauri-plugin-midi)
66

example/src-tauri/Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[package]
22
name = "tauri-plugin-midi-example"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
description = "A Tauri App"
5-
authors = ["you"]
5+
authors = ["Oscar Beaumont"]
66
edition = "2021"
7-
8-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
publish = false
98

109
[lib]
1110
name = "tauri_plugin_midi_example_lib"
@@ -19,4 +18,3 @@ tauri = { version = "2.0.0-rc", features = [] }
1918
tauri-plugin-midi = { path = "../../" }
2019
serde = { version = "1", features = ["derive"] }
2120
serde_json = "1"
22-

0 commit comments

Comments
 (0)