Skip to content

Commit

Permalink
feat: migrate to linebender
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed May 22, 2024
1 parent c3b0c9c commit ba70763
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe

### Added

- new `svg` example
- new `lottie` example
- New `svg` example
- New `lottie` example

### Changed

- The GitHub repo has migrated into the linebender org: <https://github.com/linebender>
- You may need to update your git ref from `loopystudios` to `linebender`
- SVG and Lottie features are now feature-gated
- SVG (.svg) support is now added through a cargo feature `svg`.
- Lottie (.json) support is now added through the cargo feature `lottie`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [
edition = "2021"
version = "0.4.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/loopystudios/bevy_vello"
repository = "https://github.com/linebender/bevy_vello"

[workspace.dependencies]
bevy = { version = "0.13.0", default-features = false, features = [
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
[![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](#license)
[![Vello](https://img.shields.io/badge/vello-v0.1.0-purple.svg)](https://crates.io/crates/vello)
[![Following released Bevy versions](https://img.shields.io/badge/bevy%20tracking-released%20version-lightblue)](https://bevyengine.org/learn/quick-start/plugin-development/#main-branch-tracking)\
[![Dependency status](https://deps.rs/repo/github/loopystudios/bevy_vello/status.svg)](https://deps.rs/repo/github/loopystudios/bevy_vello)
[![Dependency status](https://deps.rs/repo/github/linebender/bevy_vello/status.svg)](https://deps.rs/repo/github/linebender/bevy_vello)
[![Crates.io](https://img.shields.io/crates/v/bevy_vello.svg)](https://crates.io/crates/bevy_vello)
[![Docs](https://img.shields.io/docsrs/bevy_vello)](https://docs.rs/bevy_vello)
[![Build status](https://github.com/loopystudios/bevy_vello/workflows/CI/badge.svg)](https://github.com/loopystudios/bevy_vello/actions)
[![Build status](https://github.com/linebender/bevy_vello/workflows/CI/badge.svg)](https://github.com/linebender/bevy_vello/actions)

</div>

Expand Down Expand Up @@ -66,7 +66,7 @@ rustup target add wasm32-unknown-unknown
cargo run_wasm -p text
```

There is also a web demo [available here](https://loopystudios.github.io/bevy_vello) on supporting web browsers.
There is also a web demo [available here](https://linebender.github.io/bevy_vello) on supporting web browsers.

> [!WARNING]
> The web is not currently a primary target for Vello, and WebGPU implementations are incomplete, so you might run into issues running this example.
Expand Down

0 comments on commit ba70763

Please sign in to comment.