labstreaminglayer / liblsl-rust

Rust wrapper for liblsl.
MIT License
12 stars 5 forks source link

Update lsl-sys to use liblsl v1.16.2 #2

Closed tufteddeer closed 7 months ago

tufteddeer commented 11 months ago

This PR updates the lsl-sys crate to use the latest tagged release of liblsl.

I tried out the included examples and while I'm not experienced enough with LSL to spot potential subtle quirks, all of them compiled and did their things. I also used this version as dependency for another crate to send data to the LabRecorder, which also worked fine.

cboulay commented 11 months ago

This looks good to me but I'm not setup to test this. @chkothe are you?

chkothe commented 11 months ago

Yeah, should be able to check & merge. Thanks @tufteddeer! Will get to it after the Thanksgiving break.

tufteddeer commented 7 months ago

Hi @chkothe, any updates on this one? :)

chkothe commented 7 months ago

Hey @tufteddeer -- so sorry, it's been super busy over here! I'll be working on this today though & should be ready in a couple hours.

chkothe commented 7 months ago

Confirmed to work. Thanks!