Skip to content

Commit 29394ee

Browse files
committed
Better .pyi generation
1 parent 6033d3b commit 29394ee

File tree

5 files changed

+90
-66
lines changed

5 files changed

+90
-66
lines changed

Cargo.lock

Lines changed: 24 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlbot_flatbuffers"
3-
version = "0.18.2"
3+
version = "0.18.3"
44
edition = "2024"
55
description = "A Python module implemented in Rust for serializing and deserializing RLBot's flatbuffers"
66
repository = "https://github.com/RLBot/flatbuffers-python"

codegen/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ fn main() -> eyre::Result<()> {
277277
fs::write(OUT_FILE, format_string(&generated_planus)?.as_bytes())?;
278278

279279
class_inject::classes_to_lib_rs(class_names)?;
280-
pyi::generator(&declarations.declarations)?;
280+
pyi::generator(&declarations)?;
281281

282282
Ok(())
283283
}

0 commit comments

Comments
 (0)