wip: drawing table using Content::content

This commit is contained in:
🪞👃🪞 2025-03-17 02:33:43 +02:00
parent c3b9e0d9ec
commit 53132da551
5 changed files with 70 additions and 47 deletions

View file

@ -3,13 +3,15 @@ name = "taggart"
version = "0.1.0"
edition = "2024"
[dependencies]
tengri = { git = "https://codeberg.org/unspeaker/tengri", rev = "877b344765" }
[dependencies.tengri]
git = "https://codeberg.org/unspeaker/tengri"
rev = "10a2d17"
[dependencies]
clap = { version = "4.5.4", features = [ "cargo" ] }
enolib = { git = "https://codeberg.org/simonrepp/enolib-rs", tag = "0.5.0" }
byte-unit = "5.1.6"
file_type = "0.7"
file_type = "0.8"
hex = "0.4"
id3 = "1.16"
lofty = "0.22.2"