# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "denow_wsi" version = "0.3.2" authors = ["Jo Bates"] description = "Window system integration for Denow" readme = "README.md" license = "MIT" repository = "https://github.com/denowdev/denow" [lib] path = "lib.rs" [dependencies.deno_core] version = "0.170.0" [dependencies.deno_webgpu] version = "0.3.2" package = "denow_webgpu" [dependencies.raw-window-handle] version = "0.5.0" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.tokio] version = "=1.24.2" features = ["full"] [dependencies.winit] version = "0.27.5"