way-cooler / rust-wlc

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

Wlc 0.0.2 update => rustwlc 0.3.1 #33

Closed SnirkImmington closed 8 years ago

SnirkImmington commented 8 years ago

This branch completely destroys the WlcInterface, renames init2 to init, and adds compositor_render hooks.

For 0.3.2, we can use the Rust bindings to libxkbcommon. This branch just updates the API. We should probably also fix the docs then.

Also the types in rustwlc::types are exported! We should've done that a while ago.

SnirkImmington commented 8 years ago

For the record, Travis integration isn't working yet.