# 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 = "exposed-gl" version = "0.0.1-beta" description = "OpenGl context creation for library \"exposed\"." license = "Apache-2.0" [lib] crate-type = [ "cdylib", "rlib", "staticlib", ] [dependencies.exposed] version = "0.0.1-beta" [target."cfg(target_os = \"android\")".dependencies.glutin_egl_sys] version = "0.6.0" [target."cfg(target_os = \"android\")".dependencies.libc] version = "0.2.144" [target."cfg(target_os = \"linux\")".dependencies.glutin_glx_sys] version = "0.5.0" [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.144" [target."cfg(target_os = \"linux\")".dependencies.x11] version = "2.21.0" [target."cfg(target_os = \"windows\")".dependencies.glutin_wgl_sys] version = "0.5.0" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Devices_HumanInterfaceDevice", "Win32_Foundation", "Win32_Globalization", "Win32_Graphics_Dwm", "Win32_Graphics_Gdi", "Win32_Media", "Win32_System_Com_StructuredStorage", "Win32_System_Com", "Win32_System_LibraryLoader", "Win32_System_Ole", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Accessibility", "Win32_UI_Controls", "Win32_UI_HiDpi", "Win32_UI_Input_Ime", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Input_Pointer", "Win32_UI_Input_Touch", "Win32_UI_Shell", "Win32_UI_TextServices", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_OpenGL", "Win32_System_Diagnostics_Debug", "Win32_System_Memory", ]