TartanLlama / optional

C++11/14/17 std::optional with functional-style extensions and reference support
https://tl.tartanllama.xyz
Creative Commons Zero v1.0 Universal
859 stars 67 forks source link

Add library.json for platformio #43

Open 0xFEEDC0DE64 opened 4 years ago

0xFEEDC0DE64 commented 4 years ago

To get the library working on the ESP32 microcontroller with platformio, you need to have this json file inside the lib repo.

To use this lib in platformio, add the dependency in your .ini file as shown below:

[env:project1]
lib_deps =
    https://github.com/0xFEEDC0DE64/optional.git