Sollimann / bonsai

Rust implementation of AI behavior trees.
MIT License
327 stars 15 forks source link

bugfix - make SequenceArgs public #30

Closed Sollimann closed 10 months ago

Sollimann commented 10 months ago

building of simple NPC AI example fails for rust version < 1.74.0. I tested locally with Rust version 1.70.0 and was able to reproduce the issue. The bug was raised in this issue: https://github.com/Sollimann/bonsai/issues/28

tested locally and the fix works on version 1.70.0 and 1.73.0

Sollimann commented 10 months ago

@kaphula can you have a look? :)

kaphula commented 10 months ago

All working for me with or without this fix. I am running rustc 1.75.0 (82e1608df 2023-12-21) on Linux.