diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a8167..b1b69bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: + - 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`. diff --git a/Cargo.toml b/Cargo.toml index e50b0bf..a150183 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [ diff --git a/README.md b/README.md index cc52ffe..09e4201 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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.