Skip to content

Instantly share code, notes, and snippets.

@Cxarli
Last active September 21, 2017 17:21
Show Gist options
  • Save Cxarli/b899e0002711108a698bfc8da35ece83 to your computer and use it in GitHub Desktop.
Save Cxarli/b899e0002711108a698bfc8da35ece83 to your computer and use it in GitHub Desktop.
Glutin v0.9.2 version tree
$ cargo tree -p glutin # https://github.com/sfackler/cargo-tree
glutin v0.9.2
├── lazy_static v0.2.8
├── libc v0.2.31
├── osmesa-sys v0.1.2
│ └── shared_library v0.1.7
│ ├── lazy_static v0.2.8 (*)
│ └── libc v0.2.31 (*)
├── shared_library v0.1.7 (*)
├── wayland-client v0.9.10
│ ├── bitflags v0.9.1
│ ├── libc v0.2.31 (*)
│ └── wayland-sys v0.9.10
│ ├── dlib v0.3.1
│ │ └── libloading v0.3.4
│ │ └── lazy_static v0.2.8 (*)
│ └── lazy_static v0.2.8 (*)
├── winit v0.7.6
│ ├── lazy_static v0.2.8 (*)
│ ├── libc v0.2.31 (*)
│ ├── shared_library v0.1.7 (*)
│ ├── tempfile v2.1.6
│ │ ├── libc v0.2.31 (*)
│ │ └── rand v0.3.16
│ │ └── libc v0.2.31 (*)
│ ├── wayland-client v0.9.10 (*)
│ ├── wayland-kbd v0.9.1
│ │ ├── bitflags v0.7.0
│ │ ├── dlib v0.3.1 (*)
│ │ ├── lazy_static v0.2.8 (*)
│ │ ├── memmap v0.4.0
│ │ │ ├── fs2 v0.2.5
│ │ │ │ ├── kernel32-sys v0.2.2
│ │ │ │ │ └── winapi v0.2.8
│ │ │ │ ├── libc v0.2.31 (*)
│ │ │ │ └── winapi v0.2.8 (*)
│ │ │ ├── kernel32-sys v0.2.2 (*)
│ │ │ ├── libc v0.2.31 (*)
│ │ │ └── winapi v0.2.8 (*)
│ │ └── wayland-client v0.9.10 (*)
│ ├── wayland-protocols v0.9.10
│ │ ├── bitflags v0.9.1 (*)
│ │ ├── wayland-client v0.9.10 (*)
│ │ └── wayland-sys v0.9.10 (*)
│ ├── wayland-window v0.7.0
│ │ ├── byteorder v1.1.0
│ │ ├── tempfile v2.1.6 (*)
│ │ ├── wayland-client v0.9.10 (*)
│ │ └── wayland-protocols v0.9.10 (*)
│ └── x11-dl v2.15.0
│ ├── lazy_static v0.2.8 (*)
│ └── libc v0.2.31 (*)
└── x11-dl v2.15.0 (*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment