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