Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
keiko233 committed Mar 14, 2024
1 parent 702aece commit 2284ebf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ use crate::{
};
use anyhow::Context;
use tauri::{api, Manager, SystemTray};

#[cfg(target_os = "windows")]
use webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Settings6;
#[cfg(target_os = "windows")]
use windows::core::Interface;

rust_i18n::i18n!("../../locales");
Expand Down

0 comments on commit 2284ebf

Please sign in to comment.