Skip to content

Commit

Permalink
V0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Nov 10, 2022
1 parent 73bb3dc commit 8414e70
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.4.0

* `bevy` 0.8

## 0.3.0

* Fixed examples in debug mode
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_verlet"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Felix de Maneville <felix.maneville@gmail.com>"]
repository = "https://github.com/ManevilleF/bevy_verlet"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
[![Crates.io](https://img.shields.io/crates/v/bevy_verlet.svg)](https://crates.io/crates/bevy_verlet)
[![Docs.rs](https://docs.rs/bevy_verlet/badge.svg)](https://docs.rs/bevy_verlet)
[![dependency status](https://deps.rs/crate/bevy_verlet/0.3.0/status.svg)](https://deps.rs/crate/bevy_verlet)
[![dependency status](https://deps.rs/crate/bevy_verlet/0.4.0/status.svg)](https://deps.rs/crate/bevy_verlet)

Simple Verlet points and sticks implementation for bevy.

If you are looking for cloth physics, please check [`bevy_silk`](https://github.com/ManevilleF/bevy_silk) instead,

## Bevy versions

| `bevy_verlet` | `bevy` |
| `bevy_verlet` | `bevy` |
|---------------|-----------|
| 0.1.x | 0.5.x |
| 0.2.x | 0.6.x |
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
//! [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
//! [![Crates.io](https://img.shields.io/crates/v/bevy_verlet.svg)](https://crates.io/crates/bevy_verlet)
//! [![Docs.rs](https://docs.rs/bevy_verlet/badge.svg)](https://docs.rs/bevy_verlet)
//! [![dependency status](https://deps.rs/crate/bevy_verlet/0.3.0/status.svg)](https://deps.rs/crate/bevy_verlet)
//! [![dependency status](https://deps.rs/crate/bevy_verlet/0.4.0/status.svg)](https://deps.rs/crate/bevy_verlet)
//!
//! Simple Verlet points and sticks implementation for bevy.
//!
//! If you are looking for cloth physics, please check [`bevy_silk`](https://github.com/ManevilleF/bevy_silk) instead,
//!
//! ## Bevy versions
//!
//! | `bevy_verlet` | `bevy` |
//! | `bevy_verlet` | `bevy` |
//! |---------------|-----------|
//! | 0.1.x | 0.5.x |
//! | 0.2.x | 0.6.x |
Expand Down

0 comments on commit 8414e70

Please sign in to comment.