Skip to content

Commit

Permalink
Merge branch 'main' of github.com:raphamorim/rio into refactor-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
TornaxO7 committed Jan 19, 2024
2 parents cafe7df + 0293aab commit 1640859
Show file tree
Hide file tree
Showing 82 changed files with 944 additions and 5,480 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/test-beta.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- name: cargo clippy
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
cargo clippy --workspace --exclude rioterm-beta --all-targets --all-features
cargo clippy --all-targets --all-features
else
make lint
fi
shell: bash
- run: cargo test --workspace --release --exclude rioterm-beta
- run: cargo test --release

# cli:
# strategy:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

## Unreleased

- Updated wgpu to 0.19.0.
- Removed support to DX11.
- Add basic touch support by @androw [#226](https://github.com/raphamorim/rio/pull/226)
- Vertical text alignment is now `Bottom` as default instead of `Center`.
- Partial support to `line-height` configuration.
- Update ttf-parser and memmap2 on sugarloaf.
Expand Down
Loading

0 comments on commit 1640859

Please sign in to comment.