mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
Add a transition macro system
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
extern crate winit;
|
||||
|
||||
use winit::{Event, ElementState, MouseCursor};
|
||||
use winit::{WindowEvent as Event, ElementState, MouseCursor};
|
||||
|
||||
fn main() {
|
||||
let window = winit::WindowBuilder::new().build().unwrap();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
extern crate winit;
|
||||
|
||||
use winit::{Event, ElementState};
|
||||
use winit::{WindowEvent as Event, ElementState};
|
||||
|
||||
fn main() {
|
||||
let window = winit::WindowBuilder::new().build().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user