summary refs log blame commit diff
path: root/pkgs/applications/window-managers/way-cooler/way-cooler.nix
blob: 28a327f1c137898ecb15dd36450156aef21627c7 (plain) (tree)
1
2
3
4
5
6
7
8




                                                                                  
  
                         
     















































































































































































































































































































                                                     
    
 
# Generated by carnix 0.9.2: carnix generate-nix
{ lib, buildPlatform, buildRustCrate, buildRustCrateHelpers, cratesIO, fetchgit }:
with buildRustCrateHelpers;
let inherit (lib.lists) fold;
    inherit (lib.attrsets) recursiveUpdate;
in
let crates = cratesIO; in
rec {
  way_cooler = crates.crates.way_cooler."0.8.1" deps;
  __all = [ (way_cooler {}) ];
  deps.aho_corasick."0.5.3" = {
    memchr = "0.1.11";
  };
  deps.bitflags."0.4.0" = {};
  deps.bitflags."0.6.0" = {};
  deps.bitflags."0.7.0" = {};
  deps.bitflags."0.9.1" = {};
  deps.bitflags."1.0.4" = {};
  deps.c_vec."1.2.1" = {};
  deps.cairo_rs."0.2.0" = {
    c_vec = "1.2.1";
    cairo_sys_rs = "0.4.0";
    glib = "0.3.1";
    glib_sys = "0.4.0";
    libc = "0.2.44";
    winapi = "0.2.8";
  };
  deps.cairo_sys_rs."0.4.0" = {
    libc = "0.2.44";
    pkg_config = "0.3.14";
    winapi = "0.2.8";
  };
  deps.cc."1.0.25" = {};
  deps.cfg_if."0.1.6" = {};
  deps.cloudabi."0.0.3" = {
    bitflags = "1.0.4";
  };
  deps.dbus."0.4.1" = {
    libc = "0.2.44";
    pkg_config = "0.3.14";
  };
  deps.dbus_macros."0.0.6" = {
    dbus = "0.4.1";
  };
  deps.dlib."0.3.1" = {
    libloading = "0.3.4";
  };
  deps.dlib."0.4.1" = {
    libloading = "0.5.0";
  };
  deps.dtoa."0.4.3" = {};
  deps.dummy_rustwlc."0.7.1" = {
    bitflags = "0.6.0";
    libc = "0.2.44";
    wayland_sys = "0.9.10";
  };
  deps.env_logger."0.3.5" = {
    log = "0.3.9";
    regex = "0.1.80";
  };
  deps.fixedbitset."0.1.9" = {};
  deps.fuchsia_zircon."0.3.3" = {
    bitflags = "1.0.4";
    fuchsia_zircon_sys = "0.3.3";
  };
  deps.fuchsia_zircon_sys."0.3.3" = {};
  deps.gcc."0.3.55" = {};
  deps.gdk_pixbuf."0.2.0" = {
    gdk_pixbuf_sys = "0.4.0";
    glib = "0.3.1";
    glib_sys = "0.4.0";
    gobject_sys = "0.4.0";
    libc = "0.2.44";
  };
  deps.gdk_pixbuf_sys."0.4.0" = {
    bitflags = "0.9.1";
    gio_sys = "0.4.0";
    glib_sys = "0.4.0";
    gobject_sys = "0.4.0";
    libc = "0.2.44";
    pkg_config = "0.3.14";
  };
  deps.getopts."0.2.18" = {
    unicode_width = "0.1.5";
  };
  deps.gio_sys."0.4.0" = {
    bitflags = "0.9.1";
    glib_sys = "0.4.0";
    gobject_sys = "0.4.0";
    libc = "0.2.44";
    pkg_config = "0.3.14";
  };
  deps.glib."0.3.1" = {
    bitflags = "0.9.1";
    glib_sys = "0.4.0";
    gobject_sys = "0.4.0";
    lazy_static = "0.2.11";
    libc = "0.2.44";
  };
  deps.glib_sys."0.4.0" = {
    bitflags = "0.9.1";
    libc = "0.2.44";
    pkg_config = "0.3.14";
  };
  deps.gobject_sys."0.4.0" = {
    bitflags = "0.9.1";
    glib_sys = "0.4.0";
    libc = "0.2.44";
    pkg_config = "0.3.14";
  };
  deps.itoa."0.3.4" = {};
  deps.json_macro."0.1.1" = {
    rustc_serialize = "0.3.24";
  };
  deps.kernel32_sys."0.2.2" = {
    winapi = "0.2.8";
    winapi_build = "0.1.1";
  };
  deps.lazy_static."0.2.11" = {};
  deps.lazy_static."1.2.0" = {};
  deps.libc."0.2.44" = {};
  deps.libloading."0.3.4" = {
    lazy_static = "0.2.11";
    target_build_utils = "0.3.1";
    kernel32_sys = "0.2.2";
    winapi = "0.2.8";
  };
  deps.libloading."0.5.0" = {
    cc = "1.0.25";
    winapi = "0.3.6";
  };
  deps.log."0.3.9" = {
    log = "0.4.6";
  };
  deps.log."0.4.6" = {
    cfg_if = "0.1.6";
  };
  deps.memchr."0.1.11" = {
    libc = "0.2.44";
  };
  deps.nix."0.6.0" = {
    bitflags = "0.4.0";
    cfg_if = "0.1.6";
    libc = "0.2.44";
    void = "1.0.2";
    rustc_version = "0.1.7";
    semver = "0.1.20";
  };
  deps.nix."0.9.0" = {
    bitflags = "0.9.1";
    cfg_if = "0.1.6";
    libc = "0.2.44";
    void = "1.0.2";
  };
  deps.num_traits."0.1.43" = {
    num_traits = "0.2.6";
  };
  deps.num_traits."0.2.6" = {};
  deps.ordermap."0.3.5" = {};
  deps.petgraph."0.4.13" = {
    fixedbitset = "0.1.9";
    ordermap = "0.3.5";
  };
  deps.phf."0.7.23" = {
    phf_shared = "0.7.23";
  };
  deps.phf_codegen."0.7.23" = {
    phf_generator = "0.7.23";
    phf_shared = "0.7.23";
  };
  deps.phf_generator."0.7.23" = {
    phf_shared = "0.7.23";
    rand = "0.5.5";
  };
  deps.phf_shared."0.7.23" = {
    siphasher = "0.2.3";
  };
  deps.pkg_config."0.3.14" = {};
  deps.rand."0.3.22" = {
    libc = "0.2.44";
    rand = "0.4.3";
    fuchsia_zircon = "0.3.3";
  };
  deps.rand."0.4.3" = {
    fuchsia_zircon = "0.3.3";
    libc = "0.2.44";
    winapi = "0.3.6";
  };
  deps.rand."0.5.5" = {
    rand_core = "0.2.2";
    cloudabi = "0.0.3";
    fuchsia_zircon = "0.3.3";
    libc = "0.2.44";
    winapi = "0.3.6";
  };
  deps.rand_core."0.2.2" = {
    rand_core = "0.3.0";
  };
  deps.rand_core."0.3.0" = {};
  deps.regex."0.1.80" = {
    aho_corasick = "0.5.3";
    memchr = "0.1.11";
    regex_syntax = "0.3.9";
    thread_local = "0.2.7";
    utf8_ranges = "0.1.3";
  };
  deps.regex_syntax."0.3.9" = {};
  deps.rlua."0.9.7" = {
    libc = "0.2.44";
    gcc = "0.3.55";
  };
  deps.rustc_serialize."0.3.24" = {};
  deps.rustc_version."0.1.7" = {
    semver = "0.1.20";
  };
  deps.rustwlc."0.7.0" = {
    bitflags = "0.7.0";
    libc = "0.2.44";
    wayland_sys = "0.6.0";
  };
  deps.semver."0.1.20" = {};
  deps.serde."0.9.15" = {};
  deps.serde_json."0.9.10" = {
    dtoa = "0.4.3";
    itoa = "0.3.4";
    num_traits = "0.1.43";
    serde = "0.9.15";
  };
  deps.siphasher."0.2.3" = {};
  deps.target_build_utils."0.3.1" = {
    phf = "0.7.23";
    serde_json = "0.9.10";
    phf_codegen = "0.7.23";
  };
  deps.thread_id."2.0.0" = {
    kernel32_sys = "0.2.2";
    libc = "0.2.44";
  };
  deps.thread_local."0.2.7" = {
    thread_id = "2.0.0";
  };
  deps.token_store."0.1.2" = {};
  deps.unicode_width."0.1.5" = {};
  deps.utf8_ranges."0.1.3" = {};
  deps.uuid."0.3.1" = {
    rand = "0.3.22";
    rustc_serialize = "0.3.24";
  };
  deps.void."1.0.2" = {};
  deps.way_cooler."0.8.1" = {
    bitflags = "0.7.0";
    cairo_rs = "0.2.0";
    cairo_sys_rs = "0.4.0";
    dbus = "0.4.1";
    dbus_macros = "0.0.6";
    env_logger = "0.3.5";
    gdk_pixbuf = "0.2.0";
    getopts = "0.2.18";
    glib = "0.3.1";
    json_macro = "0.1.1";
    lazy_static = "0.2.11";
    log = "0.3.9";
    nix = "0.6.0";
    petgraph = "0.4.13";
    rlua = "0.9.7";
    rustc_serialize = "0.3.24";
    rustwlc = "0.7.0";
    uuid = "0.3.1";
    wayland_server = "0.12.5";
    wayland_sys = "0.12.5";
    xcb = "0.8.2";
    wayland_scanner = "0.12.5";
  };
  deps.wayland_scanner."0.12.5" = {
    xml_rs = "0.7.0";
  };
  deps.wayland_server."0.12.5" = {
    bitflags = "1.0.4";
    libc = "0.2.44";
    nix = "0.9.0";
    token_store = "0.1.2";
    wayland_sys = "0.12.5";
    wayland_scanner = "0.12.5";
  };
  deps.wayland_sys."0.6.0" = {
    dlib = "0.3.1";
    libc = "0.2.44";
  };
  deps.wayland_sys."0.9.10" = {
    dlib = "0.3.1";
    lazy_static = "0.2.11";
    libc = "0.2.44";
  };
  deps.wayland_sys."0.12.5" = {
    dlib = "0.4.1";
    lazy_static = "1.2.0";
    libc = "0.2.44";
  };
  deps.winapi."0.2.8" = {};
  deps.winapi."0.3.6" = {
    winapi_i686_pc_windows_gnu = "0.4.0";
    winapi_x86_64_pc_windows_gnu = "0.4.0";
  };
  deps.winapi_build."0.1.1" = {};
  deps.winapi_i686_pc_windows_gnu."0.4.0" = {};
  deps.winapi_x86_64_pc_windows_gnu."0.4.0" = {};
  deps.xcb."0.8.2" = {
    libc = "0.2.44";
    log = "0.4.6";
  };
  deps.xml_rs."0.7.0" = {
    bitflags = "1.0.4";
  };
}