Skip to content

Commit 59fd975

Browse files
committed
Add unidiff to the build deps list for bundled builds
1 parent b6cc439 commit 59fd975

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sdl2-sys/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ optional = true
3939
version = "0.2"
4040
optional = true
4141

42+
[build-dependencies.unidiff]
43+
version = "0.2.1"
44+
optional = true
45+
4246
[build-dependencies]
4347
cfg-if = "0.1"
4448

@@ -49,7 +53,7 @@ use-pkgconfig = ["pkg-config"]
4953
use-bindgen = ["bindgen"]
5054
static-link = []
5155
use_mac_framework = []
52-
bundled = ["cmake", "reqwest", "tar", "flate2"]
56+
bundled = ["cmake", "reqwest", "tar", "flate2", "unidiff"]
5357
mixer = []
5458
image = []
5559
ttf = []

0 commit comments

Comments
 (0)