fix liblzss

This commit is contained in:
Izaya 2023-11-13 20:36:26 +10:00
parent 26e2bc9db2
commit 2f1144041b
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@
dependencies = {
["https://raw.githubusercontent.com/kieselsteini/lzss/master/lzss.lua"] = "/lib",
},
dependencies = {},
name = "LZSS (LempelZivStorerSzymanski) Library",
description = "Library providing LZSS compression and decompression, provided in oppm for convenience",
authors = "Sebastian Steinhauer (kieselsteini)",