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:
|
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
1
Cargo.lock
generated
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user