diff options
| author | Saghm Rossi <git@saghm.com> | 2026-05-16 11:20:10 -0400 |
|---|---|---|
| committer | Saghm Rossi <git@saghm.com> | 2026-05-16 11:20:19 -0400 |
| commit | 089542fa4dc43a59a08bdab06a96d399fbf6c53b (patch) | |
| tree | d252fc2284170e4c46935a80e247b657a997cddd /libs | |
| parent | 63aa1c73f31b8972f15b3c89b5a8475d357d6f61 (diff) | |
bump to larian-formats 0.8.1
Contains the following changes:
* Older mod formats (v15 and v16) supported
* Less strict meta.lsx parsing (empty values will use the default for
the type)
* zstd compression support
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/basic_games/pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/basic_games/pyproject.toml b/libs/basic_games/pyproject.toml index 35c5274..f95c470 100644 --- a/libs/basic_games/pyproject.toml +++ b/libs/basic_games/pyproject.toml @@ -16,7 +16,7 @@ package-mode = false [tool.poetry.dependencies] psutil = "^5.8.0" vdf = "3.4" -larian-formats = "0.2.0" +larian-formats = "0.8.1" lzokay = "1.1.5" pyqt6 = "6.7.0" pyyaml = "^6.0.2" |
