aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-12-09 15:39:54 -0500
committerLibravatar Silas Bartha <[email protected]>2024-12-09 15:39:54 -0500
commit87d875153aa8fae0193b8742ea8e3d0b13278174 (patch)
tree51c360fe6c12c203963b9ea284a7d7b048545dec
parent5aa98ce81c5b62601c892e9b64bdc7155ec97aa6 (diff)
Added repo to Cargo.tomlHEADmaster
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 049bbae..61abd7f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ description = "A plugin which adds MIDI file and soundfont audio support to the
version = "0.3.0"
edition = "2021"
license = "0BSD OR MIT OR Apache-2.0"
+repository = "https://git.exvacuum.dev/bevy_rustysynth"
[dependencies]
rustysynth = "1.3"