wabiverse / SwiftUSD

Pixar's universal scene description for swift and the open source metaverse.
https://wabiverse.github.io/SwiftUSD/documentation/pixarusd/
Other
66 stars 5 forks source link

Wire logic for same package dependencies to defer to the `linkingStrategy`. #19

Open furby-tm opened 1 month ago

furby-tm commented 1 month ago

Use the newly added linkingStrategy parameter from https://github.com/wabiverse/SwiftUSD/issues/17 for same-package dependencies to defer to the linkingStrategy (ex. .matchProduct, .alwaysStatic), instead of the current behavior, which is to always statically link these same-package dependencies.