Skip to content

Commit 7d1f303

Browse files
authored
Update to e-g 0.7.0 (#31)
1 parent 2c3a928 commit 7d1f303

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,12 @@ circle-ci = { repository = "embedded-graphics/simulator", branch = "master" }
2222
[dependencies]
2323
image = "0.23.0"
2424
base64 = "0.13.0"
25+
embedded-graphics = "0.7.0"
2526

2627
[dependencies.sdl2]
2728
version = "0.32.2"
2829
optional = true
2930

30-
[dependencies.embedded-graphics]
31-
version = "0.7.0-beta.1"
32-
3331
[features]
3432
default = [ "with-sdl" ]
3533
fixed_point = [ "embedded-graphics/fixed_point" ]

0 commit comments

Comments
 (0)