This includes an abortive attempt to do a gtk4 dialog (which I don't think is possible, as gtk4 doesn't allow embedding toplevels anymore), and an iced dialog, which I just never started writing.
		
			
				
	
	
		
			19 lines
		
	
	
		
			549 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			549 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "bscreensaver-systemd"
 | 
						|
version = "0.1.0"
 | 
						|
edition = "2021"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
anyhow = "1"
 | 
						|
async-std = { version = "1.11", features = ["attributes"] }
 | 
						|
async-xcb = { path = "../async-xcb" }
 | 
						|
bscreensaver-command = { path = "../command" }
 | 
						|
bscreensaver-util = { path = "../util" }
 | 
						|
futures = "0.3"
 | 
						|
log = "0.4"
 | 
						|
nix = "0.23"
 | 
						|
# git source needed until extension event error resolution fix is released
 | 
						|
xcb = { git = "https://github.com/rust-x-bindings/rust-xcb", rev = "d09b5f91bc07d56673f1bc0d6c7ecd72b5ff7b3e" }
 | 
						|
zbus = "2.2"
 | 
						|
logind-zbus = "3"
 |