Skip to content

Commit

Permalink
Fixing Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcc committed Jul 22, 2023
1 parent 720035a commit 72544c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ mod models;

#[cfg(target_os = "macos")]
mod titlebar;
#[cfg(target_os = "macos")]
use crate::titlebar::WindowExt;

use crate::config::get_logs_dir;
use crate::events::Event;
use crate::models::{get_local_model, Architecture, Model, ModelManager};
use crate::titlebar::WindowExt;
use bytesize::ByteSize;
use llm::{InferenceResponse, LoadProgress};
use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit 72544c8

Please sign in to comment.