Christos Papadopoulos
Christos Papadopoulos
## Bevy version 0.10.0 ## What you did ```rust use bevy::{ prelude::*, window::{Cursor, CursorGrabMode, PresentMode, WindowMode}, }; fn main() { App::new() .add_plugins(DefaultPlugins.set(WindowPlugin { primary_window: Some(Window { title: "Title".to_string(), present_mode: PresentMode::AutoNoVsync,...
PEP 440 - the format for the versioning in this package does not have support in new versions of pip
Notice from a slightly older version of pip (0.22.x): ```bash /usr/lib/python3/dist-packages/setuptools/dist.py:507: UserWarning: The version specified ('ibl_1.3.0') is an invalid version, this may not work as expected with newer versions of...