[go: up one dir, main page]

pistoncore-window 0.0.3

A library for window abstraction
[package]

name = "pistoncore-window"
version = "0.0.3"
authors = [
    "bvssvni <bvssvni@gmail.com>",
    "Coeuvre <coeuvre@gmail.com>"
]
keywords = ["window", "game"]
description = "A library for window abstraction"
license = "MIT"
readme = "README.md"
repository = "https://github.com/pistondevelopers/window.git"
homepage = "https://github.com/pistondevelopers/window"

[lib]

name = "window"
path = "src/lib.rs"

[dependencies.pistoncore-input]
#git = "https://github.com/pistondevelopers/input"
version = "0.0.5"

[dependencies.pistoncore-event_loop]
#git = "https://github.com/pistondevelopers/event_loop"
version = "0.0.4"

[dependencies.quack]
#git = "https://github.com/pistondevelopers/quack"
version = "0.0.2"