Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to auto vendor in other repositories #77

Open
anacierdem opened this issue Oct 17, 2024 · 0 comments
Open

Add an option to auto vendor in other repositories #77

anacierdem opened this issue Oct 17, 2024 · 0 comments

Comments

@anacierdem
Copy link
Owner

anacierdem commented Oct 17, 2024

This will be useful for tiny3d for example. Now that the tool doesn't have npm dep. management we need a new mechanism.

It is as easy as git submodule add https://github.com/HailToDodongo/tiny3d.git but installation etc. all custom so we still need a "plugin" contract.

What we have right now is:

  • A root install make rule
  • a .mk file in $(N64_INST)/include for the library to be included in consuming code
anacierdem added a commit that referenced this issue Oct 19, 2024
This was a very old feature that I planned to have for installing additional "plugins". Deprecating
it in favor of #77

BREAKING CHANGE: NPM dependency system will not work anymore

closes #60
github-actions bot pushed a commit that referenced this issue Oct 19, 2024
# [12.0.0](v11.4.4...v12.0.0) (2024-10-19)

### Bug Fixes

* disable docker hints for all operations ([37a9397](37a9397))
* fix ENOENT issues on macOS ([f6c1296](f6c1296))

### Code Refactoring

* drop support for NPM dependency management ([84f02b3](84f02b3)), closes [#77](#77) [#60](#60)
* stop using container git ([ce4ae92](ce4ae92))

### BREAKING CHANGES

* NPM dependency system will not work anymore
* Host system must have git installed after this update.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant