Skip to content

Commit

Permalink
Update to latest rlbot v5 spec & fix heatseeker
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Jul 5, 2024
1 parent 5bbe9e5 commit 2d90917
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 262 deletions.
176 changes: 26 additions & 150 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[package]
name = "rl_ball_sym_pybinds"
version = "3.1.0"
version = "3.1.1"
edition = "2021"
rust-version = "1.73"
license = "MIT"
publish = false
exclude = [".github/", "*.bat", "*.sh", ".git*", "*.py", "*.png", "rustfmt.toml", "*.cfg"]
Expand All @@ -14,8 +13,8 @@ crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies]
pyo3 = "0.21.0"
rl_ball_sym = { version = "4.1.0", features = ["compression"] }
pyo3 = "0.22.0"
rl_ball_sym = { version = "4.1.2", features = ["compression"] }

[profile.release]
codegen-units=1
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# RLBot Python bindings for rl_ball_sym

[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)

[![forthebadge](https://forthebadge.com/images/badges/made-with-rust.svg)](https://forthebadge.com)

Pre-built binaries for Python 3.10 and beyond in Windows & Linux can be found [here in the build artifacts for the latest workflow run](https://github.com/VirxEC/rl_ball_sym_pybinds/actions).
Expand Down
Loading

0 comments on commit 2d90917

Please sign in to comment.