mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-06 09:36:42 +01:00
wip: drawing table using Content::content
This commit is contained in:
parent
c3b9e0d9ec
commit
53132da551
5 changed files with 70 additions and 47 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue