From acf4a04b7452b6dd2e69064b4f85144b8445bbe9 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Sun, 8 Nov 2015 23:02:00 -0300 Subject: Initial commit This initial commit has the following: * We can spawn a terminal. * Given a new window, we can move it around the screen, but only the window that was created, all the other windows disappear on the void, so.. :( and that's it --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..2400b4e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "dotwm" +version = "0.1.0" +authors = ["Matias Linares "] + +[dependencies] +libc = "*" + +[dependencies.x11] +version = "*" +features = ["xlib"] -- cgit v1.2.3-54-g00ecf