Skip to content

Commit

Permalink
Merge pull request #4 from joaofl/joao/introduce-ui-using-egui
Browse files Browse the repository at this point in the history
Introduce UI using egui
  • Loading branch information
joaofl authored Apr 15, 2024
2 parents e22f36b + ff2f01e commit 287e3ac
Show file tree
Hide file tree
Showing 22 changed files with 3,484 additions and 373 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,16 @@ jobs:
profile: minimal
toolchain: stable

- name: Build for Linux x86_64
- name: Install extra packages
run: |
sudo apt-get update && sudo apt-get install -y libatk1.0-dev libcairo2-dev libpango1.0-dev libgdk-pixbuf2.0-dev libgtk-3-dev python3-pip tftp
cargo install cargo-zigbuild
sudo pip3 install ziglang
- name: Build for Linux x86_64 Headless
continue-on-error: false
run: cargo build --release
run: cargo zigbuild --release --no-default-features

- name: Test for Linux x86_64
continue-on-error: true
run: cargo test --release
- name: Build for Linux x86_64
continue-on-error: false
run: cargo zigbuild --release
Loading

0 comments on commit 287e3ac

Please sign in to comment.