mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
change sqlite wrapper to rusqlite, update database api
This commit is contained in:
parent
7b9937eac1
commit
490338930d
4 changed files with 19 additions and 20 deletions
|
|
@ -10,8 +10,9 @@ categories = ["network-programming", "gui"]
|
|||
repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4"
|
||||
# homepage = "https://yggverse.github.io"
|
||||
|
||||
[dependencies]
|
||||
sqlite = "0.36.1"
|
||||
[dependencies.sqlite]
|
||||
package = "rusqlite"
|
||||
version = "0.32.1"
|
||||
|
||||
[dependencies.gtk]
|
||||
package = "gtk4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue