Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MacOS compatibility #81

Merged
merged 3 commits into from
Jun 19, 2024
Merged

Add MacOS compatibility #81

merged 3 commits into from
Jun 19, 2024

Conversation

anselanza
Copy link
Contributor

This works for me on MacOS, although actually running the executable will produce an error unless explicitly giving a DYLD path, ie..

DYLD_LIBRARY_PATH="/Applications/Ultraleap Hand Tracking.app/Contents/LeapSDK/lib" cargo run

I think this is related to rust-lang/cargo#4895

@plule
Copy link
Owner

plule commented Jun 18, 2024

Thank you!

Can you run a cargo fmt and add an entry to the changelog?

As far as the runtime goes, it's unclear to me if it's the driver or the application responsibility to ship the shared library to be honest :x

Fixes #70

@plule plule linked an issue Jun 18, 2024 that may be closed by this pull request
@anselanza
Copy link
Contributor Author

Done. Thanks for the great library!

@plule plule merged commit 3ebe556 into plule:main Jun 19, 2024
3 checks passed
@plule
Copy link
Owner

plule commented Jun 19, 2024

Nice, I'll make a new release later today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mac OS support
2 participants