1
2
3
4
5
6
7
8
// Copyright 2021 liuqi
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
use winit::window;

pub struct WindowContext {
    id: window::WindowId
}