# 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" rust-version = "1.65.0" name = "winit-test" version = "0.2.0" authors = ["John Nunley "] description = "Run tests using the winit event loop" homepage = "https://github.com/notgull/winit-test" documentation = "https://docs.rs/winit-test" readme = "README.md" license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/notgull/winit-test" [[example]] name = "winit_test_android" crate-type = ["cdylib"] [[test]] name = "winit_test" harness = false [dependencies.owo-colors] version = "3.5.0" [dependencies.winit] version = "0.29.2" features = ["android-native-activity"] default-features = false [dev-dependencies.winit] version = "0.29.2" features = [ "x11", "wayland", ] default-features = false [features] default = [ "x11", "wayland", "wayland-dlopen", ] wayland = ["winit/wayland"] wayland-dlopen = ["winit/wayland-dlopen"] x11 = ["winit/x11"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-test] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.web-time] version = "0.2"