Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions third_party/rapidyaml/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Vendoring

This uses the 'single header' release of Rapid YAML.
Download from: https://github.com/biojppm/rapidyaml/releases/tag/v0.5.0
Download from: https://github.com/biojppm/rapidyaml/releases/tag/v0.7.2

`rapidyaml-0.5.0.hpp` (renamed to `ryml_all.hpp`)
`rapidyaml-0.7.2.hpp` (renamed to `ryml_all.hpp`)

rapidyaml.cpp instantiates the library as a single translation unit.
Loading