Connect ocrs to new ui

This commit is contained in:
2024-05-05 18:02:54 -05:00
parent 092c44e61e
commit 392cea7a6a
9 changed files with 306 additions and 294 deletions

View File

@@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rten-tensor = "0.3.*"
rten = "0.3.1"
ocrs = "0.4.*"
rten-tensor = "0.8.0"
rten = "0.8.0"
ocrs = "0.6.0"
image = "0.24.9"
anyhow = "1.0.81"
smithay-client-toolkit = "0.18.1"