arcnmx / wireplumber.rs

wireplumber rust bindings
https://arcnmx.github.io/wireplumber.rs/main/wireplumber/
MIT License
21 stars 3 forks source link

License #5

Closed tom-a-wagner closed 1 year ago

tom-a-wagner commented 1 year ago

Hi, would you mind adding a license?

The Cargo.toml does say it's MIT licensed, but without an actual LICENSE file explicitly stating the license I wouldn't feel comfortable using this library.

Thanks!

arcnmx commented 1 year ago

sorry yeah, a fair amount of housekeeping just hasn't been done since this hasn't actually been released to crates.io or anything yet

tom-a-wagner commented 1 year ago

@arcnmx Thanks!

In case you're interested, I started porting Helvum to wireplumber here, and the API is 10x more convenient to use in a GTK application than the raw C bindings.

Would also love to help with whatever is neccessary to publish this to crates.io!

arcnmx commented 1 year ago

Ah very neat, thanks for sharing! That finally does give me a reason to clean this up for publishing, but I have been pretty busy so any help would be appreciated. The main external blocker was a glib 0.16 release, but that's now out of the way so I'll try to put together a checklist for a release soon.

EDIT: the 0.1.0 milestone is pretty comprehensive now