# 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 = "bevy_device_lang" version = "0.5.0" authors = ["extrawurst "] description = "Crossplatform way to query device language setting" documentation = "https://docs.rs/bevy_device_lang" readme = "README.md" keywords = [ "bevy", "gamedev", "mobile", "crossplatform", ] license = "MIT" repository = "https://github.com/rustunit/bevy_device_lang" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.objc2] version = "0.5" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.objc2-foundation] version = "0.2" features = ["NSString"] [target."cfg(target_family = \"wasm\")".dependencies.web-sys] version = "0.3" features = [ "Navigator", "Window", ] [target."cfg(target_os = \"android\")".dependencies.jni] version = "0.21" [target."cfg(target_os = \"android\")".dependencies.ndk-context] version = "0.1" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.58" features = [ "Win32_Globalization", "Win32_System_SystemServices", ]