Skip to content

feat: support tauri hook#825

Open
Eveeifyeve wants to merge 1 commit into
nix-community:mainfrom
DigitalBrewStudios:tauri-support
Open

feat: support tauri hook#825
Eveeifyeve wants to merge 1 commit into
nix-community:mainfrom
DigitalBrewStudios:tauri-support

Conversation

@Eveeifyeve

Copy link
Copy Markdown
Member

Adds detection of tauri as a dep and automatically adds cargo-tauri.hook.

Comment thread src/lang/rust/deps.rs
"sourceview4-sys" => build!("gtksourceview4"),
"sourceview5-sys" => build!("gtksourceview5"),
"spirv-tools-sys" => build!("spirv-tools"),
"tauri" => native_build!("cargo-tauri.hook"),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"tauri" => native_build!("cargo-tauri.hook"),
"tauri" => native_build!("cargo-tauri.hook"),

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