Skip to content

Commit f22348d

Browse files
authored
Merge pull request #12 from RLBot/planus
Migrate to planus from flatc
2 parents 741a044 + 99c8363 commit f22348d

File tree

19 files changed

+2651
-3149
lines changed

19 files changed

+2651
-3149
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
args: --release --out dist --find-interpreter -Z build-std=std,panic_abort
3939
sccache: 'true'
4040
manylinux: auto
41-
before-script-linux: rustup component add rust-src --toolchain nightly
41+
before-script-linux: |
42+
rustup component add rustfmt
43+
rustup component add rust-src --toolchain nightly
4244
- name: Upload wheels
4345
uses: actions/upload-artifact@v4
4446
with:
@@ -61,6 +63,7 @@ jobs:
6163
run: |
6264
rustup toolchain install nightly
6365
rustup component add rust-src --toolchain nightly
66+
rustup component add rustfmt --toolchain nightly
6467
- name: Build wheels
6568
uses: PyO3/maturin-action@v1
6669
with:

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ docs/_build/
7272
.python-version
7373

7474
# flatbuffers
75-
src/generated
75+
src/planus_flat.rs
7676
src/python
7777
*.pyi
78-
classes.txt

0 commit comments

Comments
 (0)