Skip to content

Commit

Permalink
Move window icon file
Browse files Browse the repository at this point in the history
  • Loading branch information
vE5li committed Mar 9, 2024
1 parent 844dee3 commit 906ba84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fn main() {
let timer = Timer::new("create window");

// TODO: move this somewhere else
let file_data = include_bytes!("../icon.png");
let file_data = include_bytes!("../korangar/data/icon.png");

let reader = ImageReader::with_format(Cursor::new(file_data), ImageFormat::Png);
let image_buffer = reader.decode().unwrap().to_rgba8();
Expand Down

0 comments on commit 906ba84

Please sign in to comment.