Removed build workflow
This commit is contained in:
parent
57827d5371
commit
ca1ca672d3
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
|
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||

|

|
||||||

|

|
||||||

|
|
||||||
|
|
||||||
This crate provides an `InteractionPlugin` which enables a basic interaction system.
|
This crate provides an `InteractionPlugin` which enables a basic interaction system.
|
||||||
|
|
||||||
@ -20,7 +19,7 @@ If enough people (like literally 1 person) want this on crates.io I'll consider
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies.bevy_basic_interaction]
|
[dependencies.bevy_basic_interaction]
|
||||||
git = "https://github.com/exvacuum/bevy_basic_interaction"
|
git = "https://git.exvacuum.dev/bevy_basic_interaction"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user