Skip to content

Commit 8b6706b

Browse files
committed
Refactor build.rs -> codegen/
1 parent 363914e commit 8b6706b

11 files changed

Lines changed: 1957 additions & 1644 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
22
name = "rlbot-flatbuffers-py"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
edition = "2021"
55
description = "A Python module implemented in Rust for serializing and deserializing RLBot's flatbuffers"
66
repository = "https://github.com/VirxEC/rlbot_flatbuffers_py"
7+
build = "codegen/main.rs"
78
license = "MIT"
89
readme = "README.md"
910
exclude = [".github", "pytest.py", "rustfmt.toml", ".gitignore", ".gitmodules", "flatc_mac"]

0 commit comments

Comments
 (0)