expect("Couldn't get SDL video subsystem"); let window = video_subsystem.window("rust-sdl2 demo: Video", 800, 600) .position_centered() .opengl() .build() ...
確定! 回上一頁