update: ci and readme
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -552,7 +552,6 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-channel",
|
||||
"bevy",
|
||||
"bevy_cef",
|
||||
"bevy_cef_core",
|
||||
"bevy_remote",
|
||||
"cef",
|
||||
|
||||
Reference in New Issue
Block a user