dogamak / xcbars

Bar library created with rust and xcb.
Apache License 2.0
1 stars 1 forks source link

Publish on crates.io #13

Open dogamak opened 7 years ago

dogamak commented 7 years ago

Git dependencies need to be sorted out before this is possible.

chrisduerr commented 7 years ago

@dogamak What exactly needs to be done here? Why is xcbars using git dependencies instead of crates.io right now?

For a crates.io release the versions that are "*" should probably be replaced by specific versions.

dogamak commented 7 years ago

There's a xcb related bug in cairo-rs (fails to compile), to which a fix hasn't yet been released to crates.io. Until that has been released, we cannot publish to crates.io and still have the crate compile.

chrisduerr commented 7 years ago

Oh okay that's unfortunate. But at least that is a certain thing which is easy to track. So I guess no work needed until something changes with cairo-rs.