Skip to content

Commit

Permalink
dep upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
BarthPaleologue committed May 8, 2023
1 parent 0b57055 commit f50250b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ license = "Apache-2.0"
[dependencies]
wgpu = "0.13.1"
cgmath = "0.18.0"
pollster = "0.2.5"
pollster = "0.3.0"
winit = "0.26.1"
bytemuck = { version = "1.4.1", features = ["derive"] }
env_logger = "0.10.0"
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ use crate::engine::Engine;
use crate::scene::Scene;

pub fn init_gilgamesh() -> App {
env_logger::init();
let event_loop = EventLoop::new_any_thread();
let window = WindowBuilder::new().build(&event_loop).unwrap();
window.set_title("Gilgamesh");
Expand Down

0 comments on commit f50250b

Please sign in to comment.