Skip to content

Commit

Permalink
Merge pull request #51 from voxell-tech/feature/overhaul
Browse files Browse the repository at this point in the history
Overhaul repo, Removing `bevy_vello_graphics` & `bevy_typst`
  • Loading branch information
nixon-voxell authored Jun 9, 2024
2 parents 8df1ee3 + 814760e commit 70b8680
Show file tree
Hide file tree
Showing 52 changed files with 968 additions and 3,837 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- run: cargo doc --workspace --all-features --no-deps
- run: cargo doc --workspace --all-features --no-deps --document-private-items
env:
RUSTDOCFLAGS: -D warnings

Expand All @@ -71,4 +71,3 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- run: cargo test --workspace --all-features --doc

Loading

0 comments on commit 70b8680

Please sign in to comment.