Accept selected changes from PR #175
This commit is contained in:
parent
37e1fe6958
commit
28670a54f8
1 changed files with 15 additions and 15 deletions
|
|
@ -13,24 +13,24 @@ edition = "2021"
|
|||
serde = { version = "1.0.164", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
hound = "3.5.0"
|
||||
pv_recorder = "1.1.2"
|
||||
pv_porcupine = "2.2.1"
|
||||
pv_recorder = "1.2.6"
|
||||
pv_porcupine = "3.0.3"
|
||||
seqdiff = "0.3.0"
|
||||
vosk = "0.2.0"
|
||||
rand = "0.8.5"
|
||||
rodio = "0.17.1"
|
||||
rustpotter = "2.0.0"
|
||||
vosk = "0.3.1"
|
||||
rand = "0.9.2"
|
||||
rodio = "0.21.1"
|
||||
rustpotter = "3.0.2"
|
||||
log = "0.4.18"
|
||||
once_cell = "1.18.0"
|
||||
atomic_enum = "0.2.0"
|
||||
portaudio = "0.7.0"
|
||||
atomic_enum = "0.3.0"
|
||||
portaudio = "0.8.0"
|
||||
platform-dirs = "0.3.0"
|
||||
simple-log = "1.6.0"
|
||||
tray-icon = "0.5.1"
|
||||
winit = "0.28.6"
|
||||
image = "0.24.6"
|
||||
serde_yaml = "0.9.21"
|
||||
kira = "0.8.3"
|
||||
gtk = "0.16.0"
|
||||
simple-log = "2.4.0"
|
||||
tray-icon = "0.21.2"
|
||||
winit = "0.30.12"
|
||||
image = "0.25.9"
|
||||
serde_yaml = "0.9.33"
|
||||
kira = "0.11.0"
|
||||
gtk = "0.18.2"
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue