parent
84822ec645
commit
c060d05a23
2 changed files with 4 additions and 6 deletions
@ -1,12 +1,7 @@ |
||||
use std::fs; |
||||
use std::io; |
||||
|
||||
use swayr::Node; |
||||
|
||||
fn main() { |
||||
let root_node = swayr::get_tree(); |
||||
for con in swayr::get_cons(&root_node) { |
||||
println!("{}\n", con); |
||||
println!("{}", con); |
||||
} |
||||
println!("Yes!") |
||||
} |
||||
|
Loading…
Reference in new issue