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

Adds tauri build script #68

Merged
merged 2 commits into from
Apr 5, 2023
Merged

Adds tauri build script #68

merged 2 commits into from
Apr 5, 2023

Conversation

thesuzerain
Copy link
Contributor

  • simple build script added to build.rs
  • validates there are no invoke("function_name") that do not have a corresponding #[tauri::command] function_name in rust.
  • Simplistic regex that matches simple functions (up to the complexity we have so far)

@Geometrically Geometrically merged commit a3e3776 into master Apr 5, 2023
@Geometrically Geometrically deleted the adds-tauri-build-script branch April 5, 2023 19:39
Geometrically added a commit that referenced this pull request Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants