[dependencies.futures]
version = "0.3.21"
[dependencies.raw-window-handle]
version = "0.4.2"
[dependencies.rovella_logger]
version = "0.1.3"
[package]
build = "build.rs"
categories = ["game-development", "game-engines"]
description = "A game library that, at present, only consists of a windowing and events wrapper"
edition = "2021"
keywords = ["game-engine", "platform", "windowing", "winapi", "xcb"]
license = "GPL-2.0-or-later"
name = "rovella"
readme = "README.md"
resolver = "2"
version = "0.1.6"
[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2.126"
[target."cfg(target_os = \"linux\")".dependencies.x11]
version = "2.19.1"
[target."cfg(target_os = \"linux\")".dependencies.xcb]
version = "0.10.1"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["winuser", "libloaderapi", "synchapi", "errhandlingapi", "winbase", "ntdef", "windef", "windowsx"]
version = "0.3.9"