This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-03 11:43:38 +02:00
parent 69f92a7b2e
commit a07db844e1
2 changed files with 3 additions and 3 deletions

View File

@ -29,9 +29,9 @@ This should output something like the following:
![](example.png) ![](example.png)
Various [styles](https://gogga.dpldocs.info/v2.1.14/gogga.transform.GoggaMode.html) are supported which can be set using `mode(GoggaMode)`. Various [styles](https://gogga.dpldocs.info/v2.1.15/gogga.transform.GoggaMode.html) are supported which can be set using `mode(GoggaMode)`.
--- ---
Or you can also [View the full API](https://gogga.dpldocs.info/v2.1.14/index.html). Or you can also [View the full API](https://gogga.dpldocs.info/v2.1.15/index.html).

View File

@ -7,7 +7,7 @@
"dependencies": { "dependencies": {
"dlog": "0.3.8" "dlog": "0.3.8"
}, },
"description": "Simple VT100 colourised thread safe pretty printer for debug messages", "description": "Simple VT100 colourised pretty-printing logger",
"license": "LGPL 3.0", "license": "LGPL 3.0",
"name": "gogga", "name": "gogga",
"targetType": "library" "targetType": "library"