fix: add default version for conan [skip ci]

This commit is contained in:
Amin Yahyaabadi 2021-09-16 07:13:30 -05:00
parent 269d96f070
commit 7f9c5687d2
2 changed files with 4 additions and 3 deletions

View File

@ -12,19 +12,19 @@ This package is designed to be fully **modular** and as **minimal** as possible.
The package will be usable from any environment (locally, GitHub Actions, etc). Stay tuned for the stable release.
# Features (WIP)
- setup cmake
- setup ninja
- setup llvm
- setup conan
- setup meson
- setup gcovr
- setup python
- setup msvc
- setup cppcheck
- setup doxygen
- setup ccache
- setup OpenCppCoverage
- setup python
- setup choco
- setup brew
### Incomplete

View File

@ -4,6 +4,7 @@ const DefaultVersions: Record<string, string> = {
ninja: "1.10.2",
cmake: "3.20.2",
gcovr: "5.0",
conan: "1.40.1",
meson: "0.59.1",
python: "3.x",
}