feat: ajout dépendances iced et rusqlite
This commit is contained in:
parent
da507fcef5
commit
395c341da8
2 changed files with 4187 additions and 0 deletions
|
|
@ -4,3 +4,5 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
iced = "0.13.1"
|
||||
rusqlite = { version = "0.37.0", features = ["bundled"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue