intent recognition added (first implementation)
This commit is contained in:
parent
4ceaa7ff20
commit
6570348130
20 changed files with 625 additions and 255 deletions
|
|
@ -16,6 +16,9 @@ winit = "0.30"
|
|||
image.workspace = true
|
||||
platform-dirs.workspace = true
|
||||
rand.workspace = true
|
||||
parking_lot.workspace = true
|
||||
|
||||
tokio = { version = "1", features = ["rt-multi-thread"] }
|
||||
|
||||
[target.'cfg(windows)'.dependencies.winit]
|
||||
version = "0.30"
|
||||
|
|
@ -26,4 +29,4 @@ winapi = { version = "0.3", features = ["winuser"] }
|
|||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
gtk = "0.18"
|
||||
glib = "0.18"
|
||||
glib = "0.21.5"
|
||||
Loading…
Add table
Add a link
Reference in a new issue