[badges.travis-ci]
repository = "amethyst/amethyst"
[dependencies.amethyst_config]
version = "0.15.3"
[dependencies.amethyst_core]
version = "0.15.3"
[dependencies.amethyst_error]
version = "0.15.3"
[dependencies.log]
version = "0.4.6"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.thread_profiler]
optional = true
version = "0.3"
[dependencies.winit]
features = ["serde", "icon_loading"]
version = "0.19"
[features]
profiler = ["thread_profiler/thread_profiler"]
test-support = []
[package]
authors = ["Frizi <frizi09@gmail.com>", "Amethyst Foundation <contact@amethyst.rs>"]
description = "Windowing support for Amethyst engine."
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_window/"
edition = "2018"
homepage = "https://www.amethyst.rs/"
license = "MIT/Apache-2.0"
name = "amethyst_window"
repository = "https://github.com/amethyst/amethyst"
version = "0.15.3"