Skip to content

Instantly share code, notes, and snippets.

@osa1
Created January 23, 2019 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osa1/c3a4e9f1d9075bfaa4d0530f5cae95b4 to your computer and use it in GitHub Desktop.
Save osa1/c3a4e9f1d9075bfaa4d0530f5cae95b4 to your computer and use it in GitHub Desktop.
[package]
name = "listbox-dnd"
version = "0.1.0"
authors = ["Ömer Sinan Ağacan <omeragacan@gmail.com>"]
edition = "2018"
[dependencies]
cairo-rs = { git = "https://github.com/gtk-rs/cairo.git" }
gdk = { git = "https://github.com/gtk-rs/gdk.git" }
lazy_static = "1.2.0"
[dependencies.gtk]
git = "https://github.com/gtk-rs/gtk.git"
features = ["v3_16"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment