34 lines
		
	
	
		
			603 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			603 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Dependencies which change based on build flags
 | 
						|
# For the newer-than-Byzantium config
 | 
						|
bitflags = "1.3.*"
 | 
						|
clap = { version = "2.33.*", default-features = false }
 | 
						|
 | 
						|
[dependencies.cairo-rs]
 | 
						|
version = "0.14.*"
 | 
						|
 | 
						|
[dependencies.cairo-sys-rs]
 | 
						|
version = "0.14.*"
 | 
						|
 | 
						|
[dependencies.gdk]
 | 
						|
version = "0.14.*"
 | 
						|
 | 
						|
[dependencies.gio]
 | 
						|
version = "0.14.*"
 | 
						|
features = ["v2_58"]
 | 
						|
 | 
						|
[dependencies.glib]
 | 
						|
version = "0.14.*"
 | 
						|
features = ["v2_58"]
 | 
						|
 | 
						|
[dependencies.glib-sys]
 | 
						|
version = "0.14.*"
 | 
						|
features = ["v2_58"]
 | 
						|
 | 
						|
[dependencies.gtk]
 | 
						|
version = "0.14.*"
 | 
						|
features = ["v3_22"]
 | 
						|
 | 
						|
[dependencies.gtk-sys]
 | 
						|
version = "0.14.*"
 | 
						|
features = ["v3_22"]
 |