meh / rust-xcb-util

Rust bindings and wrappers for XCB utility functions.
MIT License
27 stars 17 forks source link

Feature render failed to build #19

Closed yhr0x43 closed 2 years ago

yhr0x43 commented 2 years ago

When try to build with feature render, the build failed with a lot of "not found" error.

This problem does not exist before 0.4.0 since they do not have the render feature.

yhr0x43 commented 2 years ago

I think I found the issue, the render features should depend on "xcb/render" feature.