diff --git a/Cargo.toml b/Cargo.toml index 9f8dbb5075..cc4774d049 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,6 @@ libc = "0.2.102" bitflags = "1.3.2" as-raw-xcb-connection = { version = "1.0", optional = true } libloading = { version = "0.9.0", optional = true } -tiny-xlib = { version = "0.2.4", optional = true } [dependencies.x11] version = "2.19.0" @@ -110,11 +109,10 @@ xtest = [] xv = ["shm"] xvmc = ["xv"] -tiny-xlib = ["dep:tiny-xlib"] - [dev-dependencies] gl = "0.14.0" png = "0.17.5" +tiny-xlib = "0.2.4" [dev-dependencies.x11] version = "2.19.1" @@ -196,4 +194,4 @@ required-features = ["xkb"] [[example]] name = "tiny_xlib" -required-features = ["tiny-xlib", "as-raw-xcb-connection"] +required-features = ["as-raw-xcb-connection"]