update: ci and readme

This commit is contained in:
not-elm
2025-08-11 01:45:29 +09:00
parent 6fa6f510eb
commit 6509d804b5
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
os: [windows-latest, ubuntu-latest] os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

1
Cargo.lock generated
View File

@@ -552,7 +552,6 @@ version = "0.1.0"
dependencies = [ dependencies = [
"async-channel", "async-channel",
"bevy", "bevy",
"bevy_cef",
"bevy_cef_core", "bevy_cef_core",
"bevy_remote", "bevy_remote",
"cef", "cef",