diff options
author | tcmal <me@aria.rip> | 2024-06-03 17:06:15 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-06-03 17:06:15 +0100 |
commit | dc8094726026c5b56b5600f95da8475561b1073d (patch) | |
tree | b850c5076151feb6d3610a4b66087423cd3882e6 /Cargo.toml |
initial commit: basic xorg initialisation
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..76ab7d6 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "blow" +version = "0.1.0" +edition = "2021" + +[dependencies] +thiserror = "1.0.61" +xcb = { version = "1.4.0", features = ["xinerama"] } |