# 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 = "2018" name = "toy_xcb" version = "0.2.0-beta.0" authors = ["Remi THEBAULT "] description = "A toy library to examplify the usage of rust-xcb and xkbcommon-rs" license = "MIT" [package.metadata.docs.rs] all-features = true [[example]] name = "basic_window" [dependencies.bitflags] version = "1.3.2" [dependencies.xcb] version = "1.0.0-beta" features = ["xlib_xcb", "xkb"] [dependencies.xkbcommon] version = "0.5.0-beta" features = ["x11"]