Skip to content

Commit

Permalink
use tiny-skia renderer instead of wgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Aug 8, 2023
1 parent 158d2b2 commit 45e04d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ etherparse = "0.13.0"
chrono = { version = "0.4.26", default_features = false, features = ["clock"] }
indexmap = "2.0.0"
plotters = { version = "0.3.5", default_features = false, features = ["area_series"] }
iced = { version = "0.10.0", features = ["tokio", "svg", "advanced", "lazy"] }
iced = { version = "0.10.0", default-features = false, features = ["tokio", "svg", "advanced", "lazy"] }
plotters-iced = "0.9.0"
maxminddb = "0.23.0"
confy = "0.5.1"
Expand Down

0 comments on commit 45e04d6

Please sign in to comment.