Skip to content

Commit

Permalink
upgrade to bevy 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Nov 30, 2024
1 parent 42fd7c3 commit 43f81f8
Show file tree
Hide file tree
Showing 7 changed files with 823 additions and 399 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@ jobs:
- uses: extractions/setup-just@v1
- name: Check
run: just check
example:
name: Compile Example
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Install dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- uses: leafwing-studios/cargo-cache@v2
with:
sweep-cache: true
- uses: extractions/setup-just@v1
- name: Check
run: just examples
test:
name: Test
strategy:
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.3.0] - 2024-12-01

### Changed
* Upgrade to Bevy 0.15
Loading

0 comments on commit 43f81f8

Please sign in to comment.