Open Diopser GH page when clicking on the title

This commit is contained in:
Robbert van der Helm
2022-11-11 18:14:01 +01:00
parent aa7d5195ce
commit d280c2d767
3 changed files with 28 additions and 1 deletions

17
Cargo.lock generated
View File

@@ -1088,6 +1088,7 @@ version = "0.3.0"
dependencies = [
"nih_plug",
"nih_plug_vizia",
"open",
"realfft",
"triple_buffer",
]
@@ -2949,6 +2950,16 @@ version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
[[package]]
name = "open"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4a3100141f1733ea40b53381b0ae3117330735ef22309a190ac57b9576ea716"
dependencies = [
"pathdiff",
"windows-sys 0.36.1",
]
[[package]]
name = "ordered-float"
version = "3.3.0"
@@ -3083,6 +3094,12 @@ dependencies = [
"windows-sys 0.42.0",
]
[[package]]
name = "pathdiff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
[[package]]
name = "pathfinder_geometry"
version = "0.5.1"