# 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 = "safex" version = "0.0.5" authors = ["Lattexshz"] description = "Safe x11 binding for rust" readme = "README.md" license = "MIT" [dependencies.x11] version = "2.21.0" [dev-dependencies.gl] version = "0.14.0" [dev-dependencies.raw-window-handle] version = "0.5.1" [dev-dependencies.winit] version = "0.28.3" [features] glx = [ "x11/glx", "xlib", ] xcursor = [ "xlib", "x11/xcursor", ] xinput = ["x11/xinput"] xlib = ["x11/xlib"] xlib_xcb = [ "xlib", "x11/xlib_xcb", ]