Install dependencies

Prerequisites

You will need vcpkgopen in new window for manage dependencies.

After installation, it is necessary to add the core dependencies used.

OptionDescription
spdlogopen in new windowused for logging

Manifest

The final manifest file should look something like this.

{
  "name": "you plugin name",
  "version": "1.0.0",
  "dependencies": ["spdlog"]
}

If you do not understand what you are talking about, read the vcpkgopen in new window documentation more carefully.

Last Updated:
Contributors: sawich