Skip to content

Commit

Permalink
fmt LOGO_ICON
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Sep 20, 2023
1 parent 3e30e66 commit 3de9e15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rio/src/screen/window/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ use rio_config::Config;
use std::rc::Rc;
use winit::window::{CursorIcon, Fullscreen, Icon, ImePurpose, Window, WindowBuilder};

pub const LOGO_ICON: &[u8; 115483] =
include_bytes!("./resources/images/rio-logo.ico");
pub const LOGO_ICON: &[u8; 115483] = include_bytes!("./resources/images/rio-logo.ico");
// Terminal W/H contraints
pub const DEFAULT_MINIMUM_WINDOW_HEIGHT: i32 = 150;
pub const DEFAULT_MINIMUM_WINDOW_WIDTH: i32 = 300;
Expand Down

0 comments on commit 3de9e15

Please sign in to comment.