diff options
| author | Benson Muite <bkmgit@users.noreply.github.com> | 2024-01-04 10:43:39 +0300 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2024-01-04 09:41:15 +0100 |
| commit | bafb15fe04f78d65b451a03f273591ff8ec5ecf3 (patch) | |
| tree | 4668a430a669225c2d710c877de17696a9c7a65e | |
| parent | 91cfe5242a0515344a514c0eeecc9955accf6905 (diff) | |
Add information for bundled dependencies
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -66,6 +66,22 @@ See [BUILDING.md](BUILDING.md) - Thanks to [Alex Naskos](https://github.com/alexnask) for providing windows build instructions - Thanks to tiwesdaeg for improving the application icon +### Bundled Dependencies + +- Thanks to [Alexander Huszagh](https://github.com/Alexhuszagh) and + [BreezeStyleSheets contributors](https://github.com/Alexhuszagh/BreezeStyleSheets/graphs/contributors) for + the dependency [BreezeStyleSheets](https://github.com/bkmgit/kristall/tree/master/lib/BreezeStyleSheets) + available under an MIT license +- Thanks to [John MacFarlane](https://github.com/jgm) and + [Cmark contributors](https://github.com/commonmark/cmark/graphs/contributors) for the dependency + [cmark](https://github.com/MasterQ32/kristall/tree/master/lib/cmark) which is available under BSD-2-Clause + and MIT licenses +- Thanks to Jonathan Tang and [gumbo parser contributors](https://github.com/google/gumbo-parser/graphs/contributors) + for the dependency [gumbo parser](https://github.com/MasterQ32/kristall/tree/master/lib/gumbo-parser) + available under an Apache-2.0 license +- Thanks to [Luis Lpz](https://gist.github.com/luis-l) for the dependency + [luis-l-gist](https://github.com/MasterQ32/kristall/tree/master/lib/luis-l-gist) + ## Changelog See [src/about/updates.gemini](src/about/updates.gemini) |
