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
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
# [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.
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:
install
make rule.mk
file in$(N64_INST)/include
for the library to be included in consuming codeThe text was updated successfully, but these errors were encountered: