[package] name = "async-component-winit" description = "winit async-component wrapper" keywords = ["winit", "async-component"] categories = ["asynchronous"] version = "0.9.0" edition = "2021" readme = "README.md" authors = [ "storycraft " ] license = "Apache-2.0" repository = "https://github.com/storycraft/async-component" [dependencies] async-component-core = { version = "0.9.0", path = "../core" } futures = "0.3" winit = "0.27.5" parking_lot = "0.12.1" ref-extended = "0.2.1"