way-cooler / rust-wlc

[DEPRECATED] Rust bindings for wlc, the Wayland compositor library
54 stars 12 forks source link

Fix a couple of typos #68

Closed pierrechevalier83 closed 7 years ago

Timidger commented 7 years ago

wlc is not a package. Travis just checks that it compiles, but does not attempt to link it to the library.

Timidger commented 7 years ago

Thanks,but if you are like looking to make a compositor with wlc I suggest you use https://github.com/Drakulix/wlc.rs

pierrechevalier83 commented 7 years ago

Thanks for the tip @Timidger, I'll look into it.