Removed github workflow
This commit is contained in:
parent
fef4585b5f
commit
1e6766230a
24
.github/workflows/rust.yml
vendored
24
.github/workflows/rust.yml
vendored
@ -1,24 +0,0 @@
|
||||
name: Rust
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Dependencies
|
||||
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
@ -3,7 +3,6 @@
|
||||
[](https://crates.io/crates/bevy_dither_post_process)
|
||||

|
||||

|
||||

|
||||
[](https://docs.rs/bevy_dither_post_process)
|
||||
|
||||
A plugin for the [Bevy](https://bevyengine.org) engine which adds a dither post-processing effect.
|
||||
|
Loading…
x
Reference in New Issue
Block a user