CocytusDEDI / MMSpellbook

MMSpellbook (Magic Modelling Spellbook) is a magic system for Godot that allows for the creation of custom spells
MIT License
1 stars 2 forks source link

Breaking changes made to godot-rust #59

Open CocytusDEDI opened 1 week ago

CocytusDEDI commented 1 week ago

The method into_godot no longer exists, and since Cargo.toml builds from the git repository instead of using versions, the code is now bricked even though I have not made any changes. A bit annoying since this is their recommended setup but oh well. Their latest version is well out of date and would require me to revert code. Until they release a new version (v0.1.4) I can't ensure something like this won't happen again as I have to keep using the git repository as my source since as I said their latest version is out of date and would require reverts.

CocytusDEDI commented 1 week ago

To be fair there is a big warning in their readme saying there would be breaking changes, so I can't really blame them, I do wish they would update their crate though