# 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 = "wlroots-sys" version = "0.16.0" build = "build.rs" links = "wlroots" description = "Low-level bindings for wlroots" keywords = ["wayland"] categories = [ "external-ffi-bindings", "graphics", "rendering", "os::unix-apis", ] license = "MIT" repository = "https://gitlab.freedesktop.org/emersion/wlroots-rs" [dependencies.libc] version = "0.2" [dependencies.wayland-server] version = "0.29" features = ["use_system_lib"] [dependencies.wayland-sys] version = "0.29" features = ["server"] [build-dependencies.bindgen] version = "0.66" [build-dependencies.cc] version = "1.0" features = ["parallel"] [build-dependencies.pkg-config] version = "0.3" [build-dependencies.wayland-scanner] version = "0.29"