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 30, 2022
1 parent 25aaa37 commit b057aa9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.4.0

* Bump `bevy` to `0.9.x`
* Bump `bevy_rapier` to `0.19.x`
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_silk"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Felix de Maneville <felix.maneville@gmail.com>"]
repository = "https://github.com/ManevilleF/bevy_silk"
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ by [Félix Lescaudey de Maneville](https://linktree.com/ManevilleF)

Add `bevy_silk` as a dependency in the `Cargo.toml`

`bevy_silk = "0.3"`
`bevy_silk = "0.4"`

Or follow the main git branch

Expand All @@ -33,6 +33,7 @@ Or follow the main git branch
| 0.1.0 | 0.7 |
| 0.2.0 | 0.7 |
| 0.3.0 | 0.8 |
| 0.4.0 | 0.9 |

### Plugin

Expand Down Expand Up @@ -148,8 +149,6 @@ Custom anchoring allows to :
- use world space pinning and ignore the target's rotation for example
- override the vertex positions, using only the offset

> Note: `bevy` 0.7.0 doesn't support vertex colors yet, resulting in potential crash if used
### Configuration

You can customize the global cloth physics by inserting the `ClothConfig` resource to your app:
Expand Down
5 changes: 2 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//!
//! Add `bevy_silk` as a dependency in the `Cargo.toml`
//!
//! `bevy_silk = "0.3"`
//! `bevy_silk = "0.4"`
//!
//! Or follow the main git branch
//!
Expand All @@ -31,6 +31,7 @@
//! | 0.1.0 | 0.7 |
//! | 0.2.0 | 0.7 |
//! | 0.3.0 | 0.8 |
//! | 0.4.0 | 0.9 |
//!
//! ### Plugin
//!
Expand Down Expand Up @@ -146,8 +147,6 @@
//! - use world space pinning and ignore the target's rotation for example
//! - override the vertex positions, using only the offset
//!
//! > Note: `bevy` 0.7.0 doesn't support vertex colors yet, resulting in potential crash if used
//!
//! ### Configuration
//!
//! You can customize the global cloth physics by inserting the `ClothConfig` resource to your app:
Expand Down

0 comments on commit b057aa9

Please sign in to comment.