Archived
1
Fork 0

Remove unused binrw crate

This commit is contained in:
Joshua Goins 2024-12-16 16:05:52 -05:00
parent d91b8f00fc
commit 1a9f3a8358

View file

@ -11,7 +11,6 @@ cxx = "1.0.121"
cxx-qt = { git = "https://github.com/redstrate/cxx-qt", branch = "work/josh/add-qdatetime-from-string" } cxx-qt = { git = "https://github.com/redstrate/cxx-qt", branch = "work/josh/add-qdatetime-from-string" }
cxx-qt-lib = { git = "https://github.com/redstrate/cxx-qt", branch = "work/josh/add-qdatetime-from-string", features = ["qt_qml", "serde", "qt_gui", "qt_quickcontrols"] } cxx-qt-lib = { git = "https://github.com/redstrate/cxx-qt", branch = "work/josh/add-qdatetime-from-string", features = ["qt_qml", "serde", "qt_gui", "qt_quickcontrols"] }
cxx-kde-frameworks = { path = "/home/josh/sources/cxx-kde-frameworks" } cxx-kde-frameworks = { path = "/home/josh/sources/cxx-kde-frameworks" }
binrw = "0.14"
serde_json = "1.0" serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
tokio = "1.41.1" tokio = "1.41.1"