Mercurial > minori
comparison src/gui/dialog/about.cc @ 318:3b355fa948c7
config: use TOML instead of INI
unfortunately, INI is not enough, and causes some paths including
semicolons to break with our current storage of the library folders.
so, I decided to switch to TOML which does support real arrays...
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 12 Jun 2024 05:25:41 -0400 |
parents | 99cbc51433e4 |
children | e9d040e2045f |
comparison
equal
deleted
inserted
replaced
317:b1f4d1867ab1 | 318:3b355fa948c7 |
---|---|
74 ", " | 74 ", " |
75 "<a href=\"https://pugixml.org/\">pugixml v" + | 75 "<a href=\"https://pugixml.org/\">pugixml v" + |
76 Strings::ToQString(pugixml_version.to_string()) + | 76 Strings::ToQString(pugixml_version.to_string()) + |
77 "</a>" | 77 "</a>" |
78 ", " | 78 ", " |
79 "<a href=\"https://github.com/pulzed/mINI\">mINI v0.9.14</a>" | |
80 ", " | |
81 "<a href=\"https://github.com/Neargye/semver\">semver v" + | 79 "<a href=\"https://github.com/Neargye/semver\">semver v" + |
82 Strings::ToQString(semver_version.to_string()) + | 80 Strings::ToQString(semver_version.to_string()) + |
83 "</a>" | 81 "</a>" |
84 ", " | 82 ", " |
85 "<a href=\"http://juliastrings.github.io/utf8proc/\">utf8proc v" + | 83 "<a href=\"http://juliastrings.github.io/utf8proc/\">utf8proc v" + |