Skip to content

Commit

Permalink
Update flatbuffers spec
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Jan 30, 2024
1 parent 8bf17a3 commit e4b964e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rlbot-flatbuffers-py"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "A Python module implemented in Rust for serializing and deserializing RLBot's flatbuffers"
repository = "https://github.com/VirxEC/rlbot-flatbuffers-py"
Expand Down
2 changes: 1 addition & 1 deletion flatbuffers-schema
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pynamedmodule! {
OvertimeOption,
PlayerSpectate,
SphereShape,
PsyonixBotPlayer,
Psyonix,
Touch,
TextVAlign,
ConsoleCommand,
Expand All @@ -74,7 +74,7 @@ pynamedmodule! {
BallTypeOption,
LoadoutPaint,
RotatorPartial,
PartyMemberBotPlayer,
PartyMember,
CylinderShape,
PlayerInputChange,
DesiredBallState,
Expand Down Expand Up @@ -107,7 +107,7 @@ pynamedmodule! {
Bool,
RespawnTimeOption,
String2D,
HumanPlayer,
Human,
GameInfo,
PlayerInput,
Color,
Expand All @@ -121,7 +121,7 @@ pynamedmodule! {
RenderGroup,
Launcher,
BoxShape,
RLBotPlayer
RLBot
],
vars: [
("__version__", env!("CARGO_PKG_VERSION"))
Expand Down

0 comments on commit e4b964e

Please sign in to comment.