# 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 = "simple-window" version = "0.2.4" exclude = ["src/main.rs"] description = "A simple, cross-platform window creation library." readme = "README.md" categories = ["gui"] license = "LGPL-3.0-only" repository = "https://github.com/berylllium/simple-window" [dependencies.log] version = "0.4.21" [dependencies.raw-window-handle] version = "=0.6.1" [target."cfg(target_os = \"linux\")".dependencies.x11] version = "2.21.0" [target."cfg(target_os = \"linux\")".dependencies.xcb] version = "1.4.0" features = ["xlib_xcb"] [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Foundation", "Win32_System", "Win32_System_LibraryLoader", "Win32_UI", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", ]