# 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 = "UniversalUI_Native" version = "0.1.1" authors = ["Seb Hall "] description = "Native platform functionality for the UniversalUI framework. Examples include windowing and events, file management and notifications." documentation = "https://universalui.org/docs.html" readme = "README.md" license = "MIT" [lib] crate-type = ["cdylib"] [dependencies.UniversalUI_Base] version = "0.1.2" [dependencies.libc] version = "0.2.147" [dependencies.raw-window-handle] version = "0.5.2" [target."cfg(target_os = \"linux\")".dependencies.x11] version = "2.21.0" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9.3" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.48.0" features = [ "Win32_Foundation", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_System_LibraryLoader", ]