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

fix: build error on linux due to tauri-plugin-context-menu #12

Merged
merged 1 commit into from
Jan 20, 2024
Merged

fix: build error on linux due to tauri-plugin-context-menu #12

merged 1 commit into from
Jan 20, 2024

Conversation

thisislvca
Copy link
Contributor

This PR fixes the following error when compiling tauri-plugin-context-menu on linux as discussed over on Discord: error[E0433]: failed to resolve: use of undeclared crate or module 'os'

Extended error:

error[E0433]: failed to resolve: use of undeclared crate or module `os`
  --> /home/luca/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tauri-plugin-context-menu-0.5.0/src/lib.rs:60:9
   |
60 |         os::show_context_menu(context_menu, window, pos, items);
   |         ^^ use of undeclared crate or module `os`

For more information about this error, try `rustc --explain E0433`.
error: could not compile `tauri-plugin-context-menu` (lib) due to previous error

Copy link

vercel bot commented Jan 19, 2024

@thisislvca is attempting to deploy a commit to the Cap Software Inc Team on Vercel.

A member of the Team first needs to authorize it.

@richiemcilroy richiemcilroy merged commit 25c8c5e into CapSoftware:main Jan 20, 2024
1 check failed
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.

2 participants