From 6509d804b53b2297c41f3923f31a7076a8fad636 Mon Sep 17 00:00:00 2001 From: not-elm Date: Mon, 11 Aug 2025 01:45:29 +0900 Subject: [PATCH] update: ci and readme --- .github/workflows/ci.yml | 2 +- Cargo.lock | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4367708..f92c643 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: test: strategy: matrix: - os: [windows-latest, ubuntu-latest] + os: [windows-latest, ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/Cargo.lock b/Cargo.lock index d688af7..f22e897 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,7 +552,6 @@ version = "0.1.0" dependencies = [ "async-channel", "bevy", - "bevy_cef", "bevy_cef_core", "bevy_remote", "cef",