build: Avoid MaybeUninit on older Debian

This commit is contained in:
Dorota Czaplejewicz
2020-10-03 13:11:17 +00:00
parent db298b0fb8
commit a4e7ad06d3
3 changed files with 6 additions and 1 deletions

View File

@ -19,6 +19,7 @@ path = "@path@/examples/test_layout.rs"
[features]
gio_v0_5 = []
gtk_v0_5 = []
rustc_less_1_36 = []
# Dependencies which don't change based on build flags
[dependencies.cairo-sys-rs]