Use bincode instead of serde_json in iced_sentinel
This commit is contained in:
parent
4f8ed7d6ee
commit
0870b158d7
4 changed files with 33 additions and 37 deletions
|
|
@ -128,6 +128,7 @@ iced_widget = { version = "0.13.0-dev", path = "widget" }
|
|||
iced_winit = { version = "0.13.0-dev", path = "winit" }
|
||||
|
||||
async-std = "1.0"
|
||||
bincode = "1.3"
|
||||
bitflags = "2.0"
|
||||
bytemuck = { version = "1.0", features = ["derive"] }
|
||||
cosmic-text = "0.10"
|
||||
|
|
@ -151,7 +152,6 @@ raw-window-handle = "0.6"
|
|||
resvg = "0.36"
|
||||
rustc-hash = "1.0"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
semver = "1.0"
|
||||
smol = "1.0"
|
||||
smol_str = "0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue