added the ability to install libs written in comet

also made it so you don't have to build comet to install the headers
This commit is contained in:
2026-07-04 19:31:25 +10:00
parent a3cafef15f
commit 672b919071
4 changed files with 41 additions and 26 deletions

View File

@@ -19,6 +19,10 @@ neb install packageName@1.0.0
(replace the number with the version number of the package you want to install)
## Changelog
### 1.2.0
- Add support for modules written in Comet
- Made it so C headers needed to install C libs are installed for the user and not system wide
### 1.1.0
- Switched from getting the latest commit of packages to getting the latest release
- Added the `uninstall` subcommand