way-cooler / rust-wlc

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

Things we're currently missing from the wlc API #25

Closed SnirkImmington closed 7 years ago

SnirkImmington commented 8 years ago

Here's a list of functions from the wlc API that we have not implemented yet:

:x: wlc_exec - Rust already supplies this.

Optional bindings for wayland features - using an existing Rust crate as an optional dependency for wayland bindings, add the wayland features wlc exports. Put this under a feature.

If you have a pull request for any of these features you'd like to submit, we would be very appreciative.

Otherwise, if there's something that we've left out because we didn't RTFM and you have a manual, please point us to it and we'll add it to our to do list.

SnirkImmington commented 8 years ago

Added wlc_handle_get/set_user_data

SnirkImmington commented 8 years ago

Add optional dependency for wayland stuff

Timidger commented 7 years ago

This will be fixed #62 is merged in.