We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d36961 commit 5aa804fCopy full SHA for 5aa804f
README.md
@@ -4,7 +4,7 @@ This is a collection of parsers for the gamefiles of the game "Wargame Red Drago
4
5
They may or may not work for previous / future games in the series.
6
7
-The parsers are written in Python 3.11 and use the [dingsda](https://github.com/ev1313/dingsda) library for parsing the
+The parsers are written in Python 3.11 and use the [conshex](https://github.com/conshex/conshex) library for parsing the
8
gamefiles, a fork of the Construct library.
9
10
The parsers are not complete yet, if you encounter any issues, please open an issue on GitHub.
@@ -60,4 +60,4 @@ Then run the tests:
60
``` sh"
61
cd tests
62
pytest --pdb *.py
63
-```
+```
0 commit comments