Skip to content

Commit

Permalink
patch: improve the frontend api (#230)
Browse files Browse the repository at this point in the history
- implement message parsing
- more update (eg. info about afrim state)
  • Loading branch information
pythonbrad authored Apr 22, 2024
1 parent 66df587 commit 0367118
Show file tree
Hide file tree
Showing 7 changed files with 510 additions and 255 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- os: ubuntu-latest
headless: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- os: macos-latest
extra: -- --skip test_simple
extra: -- --skip test_afrim
- os: windows-latest
extra: -- --skip test_simple
extra: -- --skip test_afrim

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ default = ["rhai", "strsim"]
rhai = ["afrim-config/rhai", "afrim-translator/rhai"]
strsim = ["afrim-translator/strsim"]
inhibit = ["afrim-preprocessor/inhibit"]
serde = ["dep:serde", "afrim-translator/serde"]

[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
Expand All @@ -31,6 +32,7 @@ afrim-preprocessor = { version = "0.6.0", path = "../engine/preprocessor", defau
afrim-translator = { version = "0.1.4", path = "../engine/translator", default-features = false }
rdev = "0.5.3"
anyhow = "1.0.81"
serde = { version = "1.0.197", optional = true }

[dev-dependencies]
rstk = "0.3.0"
214 changes: 0 additions & 214 deletions service/src/frontend.rs

This file was deleted.

Loading

0 comments on commit 0367118

Please sign in to comment.