Moved Cairo context usage to Rust, and rearranged ctx setup (position) to happen in one place. Removed render calls that were overwritten on each draw call anyway.
		
			
				
	
	
		
			480 lines
		
	
	
		
			23 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			480 lines
		
	
	
		
			23 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
# This file is automatically @generated by Cargo.
 | 
						|
# It is not intended for manual editing.
 | 
						|
[[package]]
 | 
						|
name = "aho-corasick"
 | 
						|
version = "0.7.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "atk-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bitflags"
 | 
						|
version = "1.0.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cairo-rs"
 | 
						|
version = "0.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "cairo-sys-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cairo-sys-rs"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cc"
 | 
						|
version = "1.0.45"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "dtoa"
 | 
						|
version = "0.4.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "fragile"
 | 
						|
version = "0.3.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk"
 | 
						|
version = "0.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cairo-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cairo-sys-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-pixbuf 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pango 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk-pixbuf"
 | 
						|
version = "0.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "gdk-pixbuf-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk-pixbuf-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "cairo-sys-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-pixbuf-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pango-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gio"
 | 
						|
version = "0.5.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gio-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "glib"
 | 
						|
version = "0.6.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "glib-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gobject-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gtk"
 | 
						|
version = "0.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cairo-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cairo-sys-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-pixbuf 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-pixbuf-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gtk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pango 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gtk-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "atk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cairo-sys-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-pixbuf-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pango-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "lazy_static"
 | 
						|
version = "1.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libc"
 | 
						|
version = "0.2.62"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "linked-hash-map"
 | 
						|
version = "0.5.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "maplit"
 | 
						|
version = "1.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "memchr"
 | 
						|
version = "2.2.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "memmap"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pango"
 | 
						|
version = "0.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pango-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pango-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pkg-config"
 | 
						|
version = "0.3.16"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "proc-macro2"
 | 
						|
version = "1.0.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "quote"
 | 
						|
version = "1.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "regex"
 | 
						|
version = "1.1.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "regex-syntax"
 | 
						|
version = "0.6.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rs"
 | 
						|
version = "0.1.0"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cairo-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cairo-sys-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gtk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gtk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "xkbcommon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde"
 | 
						|
version = "1.0.101"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_derive"
 | 
						|
version = "1.0.101"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_yaml"
 | 
						|
version = "0.8.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "syn"
 | 
						|
version = "1.0.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "thread_local"
 | 
						|
version = "0.3.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unicode-xid"
 | 
						|
version = "0.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "utf8-ranges"
 | 
						|
version = "1.0.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winapi"
 | 
						|
version = "0.3.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winapi-i686-pc-windows-gnu"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winapi-x86_64-pc-windows-gnu"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "xkbcommon"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "yaml-rust"
 | 
						|
version = "0.4.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[metadata]
 | 
						|
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
 | 
						|
"checksum atk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7017e53393e713212aed7aea336b6553be4927f58c37070a56c2fe3d107e489"
 | 
						|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
 | 
						|
"checksum cairo-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd940f0d609699e343ef71c4af5f66423afbf30d666f796dabd8fd15229cf5b6"
 | 
						|
"checksum cairo-sys-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d25596627380be4381247dba06c69ad05ca21b3b065bd9827e416882ac41dcd2"
 | 
						|
"checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be"
 | 
						|
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
 | 
						|
"checksum fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f8140122fa0d5dcb9fc8627cfce2b37cc1500f752636d46ea28bc26785c2f9"
 | 
						|
"checksum gdk 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc52c7244046df9d959df87289f1fc5cca23f9f850bab0c967963e2ecb83a96"
 | 
						|
"checksum gdk-pixbuf 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc3aa730cb4df3de5d9fed59f43afdf9e5fb2d3d10bfcbd04cec031435ce87f5"
 | 
						|
"checksum gdk-pixbuf-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08284f16ce4d909b10d785a763ba190e222d2c1557b29908bf0a661e27a8ac3b"
 | 
						|
"checksum gdk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "108548ebf5329b551f2b97ab356908d14627905abb74b936c3372de1535aee81"
 | 
						|
"checksum gio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "29a44b051990573448edc80b1995237f8b97b5734d2aec05105b9242aa10af11"
 | 
						|
"checksum gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6975ada29f7924dc1c90b30ed3b32d777805a275556c05e420da4fbdc22eb250"
 | 
						|
"checksum glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a333edf5b9f1411c246ef14e7881b087255f04c56dbef48c64a0cb039b4b340"
 | 
						|
"checksum glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3573351e846caed9f11207b275cd67bc07f0c2c94fb628e5d7c92ca056c7882d"
 | 
						|
"checksum gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08475e4a08f27e6e2287005950114735ed61cec2cb8c1187682a5aec8c69b715"
 | 
						|
"checksum gtk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "56a6b30f194f09a17bb7ffa95c3ecdb405abd3b75ff981f831b1f6d18fe115ff"
 | 
						|
"checksum gtk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d487d333a4b87072e6bf9f2e55befa0ebef01b9496c2e263c0f4a1ff3d6c04b1"
 | 
						|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 | 
						|
"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
 | 
						|
"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
 | 
						|
"checksum maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 | 
						|
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
 | 
						|
"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
 | 
						|
"checksum pango 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4c2cb169402a3eb1ba034a7cc7d95b8b1c106e9be5ba4be79a5a93dc1a2795f4"
 | 
						|
"checksum pango-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6eb49268e69dd0c1da5d3001a61aac08e2e9d2bfbe4ae4b19b9963c998f6453"
 | 
						|
"checksum pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "72d5370d90f49f70bd033c3d75e87fc529fbfff9d6f7cccef07d6170079d91ea"
 | 
						|
"checksum proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afdc77cc74ec70ed262262942ebb7dac3d479e9e5cfa2da1841c0806f6cdabcc"
 | 
						|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
 | 
						|
"checksum regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d9d8297cc20bbb6184f8b45ff61c8ee6a9ac56c156cec8e38c3e5084773c44ad"
 | 
						|
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
 | 
						|
"checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd"
 | 
						|
"checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e"
 | 
						|
"checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582"
 | 
						|
"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf"
 | 
						|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
 | 
						|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
 | 
						|
"checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba"
 | 
						|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
 | 
						|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
 | 
						|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 | 
						|
"checksum xkbcommon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fda0ea5f7ddabd51deeeda7799bee06274112f577da7dd3d954b8eda731b2fce"
 | 
						|
"checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
 |