Documentation revisions

This commit is contained in:
James P. Howard, II
2022-08-02 21:01:48 -04:00
parent f7bf234f6a
commit c25d73b56e
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
Changelog
=========
- :support:`0` Numerous documentation cleanups
- :bug:`0` Numerous code cleanups to remove void returns and eliminate stored Model references
- :feature:`0` Restructured the entire interface
- :bug:`0` Numerous build process cleanups
- :feature:`0` Added support semver versioning via neargye-semver

View File

@@ -2,10 +2,11 @@
## Requirements
The core of Kami, `libkami`, has no requirements beyond a modern C++ compiler. However, both the examples provided and
the unit tests provided rely on three additional C++ packages:
The core of Kami, `libkami`, has no requirements beyond a modern C++ compiler and `neargye-semver/0.3.0`. However, both the examples provided and
the unit tests provided rely on three additional C++ packages. The full list is:
* cli11/1.9.1
* neargye-semver/0.3.0"
* spdlog/1.8.5
* fmt/7.1.3