feat: добавить библиотеку common с ресурсами и буферами вывода; обновить зависимости в nres и rsli

This commit is contained in:
2026-02-10 08:26:49 +00:00
parent 4af183ad74
commit ce6e30f727
9 changed files with 211 additions and 100 deletions

View File

@@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2021"
[dependencies]
common = { path = "../common" }
flate2 = { version = "1", default-features = false, features = ["rust_backend"] }