From 1709f4f893491ed1b31c88bc8cabe4cbdc9a21be Mon Sep 17 00:00:00 2001 From: Oliver Dew Date: Sun, 14 Jan 2024 17:09:56 +0000 Subject: [PATCH 1/3] attempt to fix doctests on CI --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 623a9aa..bf1f33a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ thiserror = "1.0.50" serde = "1.0.193" [dev-dependencies] -bevy = { version = "0.12.0" } +bevy = { version = "0.12.0", features = ["wayland"] } bevy_panorbit_camera = "0.10.0" rand = "0.8.5" async-std = { version = "1.12.0", features = ["attributes"] } \ No newline at end of file From 3f094e2a8bda3dd89cf1de7d0325b8340b5cb41e Mon Sep 17 00:00:00 2001 From: Oliver Dew Date: Sun, 14 Jan 2024 17:15:51 +0000 Subject: [PATCH 2/3] Revert "attempt to fix doctests on CI" This reverts commit 1709f4f893491ed1b31c88bc8cabe4cbdc9a21be. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf1f33a..623a9aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ thiserror = "1.0.50" serde = "1.0.193" [dev-dependencies] -bevy = { version = "0.12.0", features = ["wayland"] } +bevy = { version = "0.12.0" } bevy_panorbit_camera = "0.10.0" rand = "0.8.5" async-std = { version = "1.12.0", features = ["attributes"] } \ No newline at end of file From aed92b490e501e31e214b449c663c234d50b10d5 Mon Sep 17 00:00:00 2001 From: Oliver Dew Date: Sun, 14 Jan 2024 17:16:55 +0000 Subject: [PATCH 3/3] turn off doctests on CI --- .github/workflows/ci.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91f918f..bd87e72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,4 +34,4 @@ jobs: - name: Install Dependencies run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev - name: Run cargo test - run: cargo test --verbose + run: cargo test --lib --verbose diff --git a/README.md b/README.md index df68ab7..a0b20b5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![Latest version](https://img.shields.io/crates/v/bevy_vox_scene.svg)](https://crates.io/crates/bevy_vox_scene) [![docs.rs](https://docs.rs/bevy_vox_scene/badge.svg)](https://docs.rs/bevy_vox_scene) [![CI](https://github.com/Utsira/bevy_vox_scene/actions/workflows/ci.yml/badge.svg)](https://github.com/Utsira/bevy_vox_scene/actions/workflows/ci.yml) +[![dependency status](https://deps.rs/crate/bevy_vox_scene/0.11.0/status.svg)](https://deps.rs/crate/bevy_vox_scene/0.11.0) [![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](https://bevyengine.org/learn/book/plugin-development/#main-branch-tracking) A plugin for [the Bevy Engine](https://bevyengine.org) which allows loading [Magica Voxel](https://ephtracy.github.io) `.vox` files directly into a Bevy scene graph.