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

Export interface to Vger #60

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Export interface to Vger #60

merged 1 commit into from
Dec 15, 2023

Conversation

ruza-net
Copy link
Contributor

Often I find myself in a situation where I need to explicitly reference interface to Vger (usually while declaring a helper function to use in canvas). However, putting vger-rs into Cargo.toml and using that often results in type conflicts. The reason for that is a conflict of vger-rs versions used in rui and that included in the user project.

The best solution I found is in the commit; just pub use vger::{ .. }. One day, it might be better to make a submodule in rui, but for my current needs, this worked just fine.

@wtholliday
Copy link
Contributor

Thanks!

@wtholliday wtholliday merged commit 28b1783 into audulus:main Dec 15, 2023
2 checks passed
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.

None yet

2 participants