# 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 = "xloop" version = "0.1.1" description = "a window init." license = "MIT" repository = "https://gitee.com/mindbox/xloop" [lib] path = "lib.rs" [dependencies.xloop_android] version = "0.1" optional = true [dependencies.xloop_ios] version = "0.1" optional = true [dependencies.xloop_macos] version = "0.1" optional = true [dependencies.xloop_types] version = "0.1" [dependencies.xloop_wasm] version = "0.1" optional = true [dependencies.xloop_windows] version = "0.1" optional = true [features] all = [ "xloop_macos", "xloop_ios", "xloop_android", "xloop_windows", "xloop_wasm", ] android_gpu = ["xloop_android"] auto = [] default = ["auto"] ios_metal = ["xloop_ios"] macos_metal = ["xloop_macos"] wasm_wgl = ["xloop_wasm"] windows_dx = ["xloop_windows"] [target."cfg(target_arch = \"wasm32\")".dependencies.xloop_wasm] version = "0.1" [target."cfg(target_os = \"android\")".dependencies.xloop_android] version = "0.1" [target."cfg(target_os = \"ios\")".dependencies.xloop_ios] version = "0.1" [target."cfg(target_os = \"macos\")".dependencies.xloop_macos] version = "0.1" [target."cfg(target_os = \"windows\")".dependencies.xloop_windows] version = "0.1"