Skip to content

Commit d55153b

Browse files
committed
switch the default feature to use-image for this branch
1 parent 802aaa9 commit d55153b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "dataplotlib"
88
version = "0.1.3"
99

1010
[features]
11-
default = ["use-sdl2"]
11+
default = ["use-image"]
1212
use-sdl2 = ["sdl2_mt"]
1313
use-image = ["image"]
1414

0 commit comments

Comments
 (0)