You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a handful of GDExt projects. I would like use these projects as dependencies. Right now, I have to remove the impl ExtensionLibrary from a given project before including it as a dependency. I'd like a way to allow one project to depend on multiple GodotRust GDExt projects without modifying the originals.
The text was updated successfully, but these errors were encountered:
I have a handful of GDExt projects. I would like use these projects as dependencies. Right now, I have to remove the
impl ExtensionLibrary
from a given project before including it as a dependency. I'd like a way to allow one project to depend on multiple GodotRust GDExt projects without modifying the originals.The text was updated successfully, but these errors were encountered: