about summary refs log tree commit diff
path: root/sys/src/lib.rs
diff options
context:
space:
mode:
authorV <v@anomalous.eu>2021-08-05 14:40:20 +0200
committerV <v@anomalous.eu>2021-08-05 14:40:20 +0200
commit14bff4da24732c97dcb691e112418d7fa547e3a1 (patch)
treecdb6da60e5c8235379d1433a3aa03d76e7bffc9a /sys/src/lib.rs
parentd5fcf5b30357e8ed46edcde0c6ad5f0bd2c9ed00 (diff)
downloadhidit-14bff4da24732c97dcb691e112418d7fa547e3a1.tar.zst
sys: Initial porting work, done by hand HEAD trunk
Diffstat (limited to 'sys/src/lib.rs')
-rw-r--r--sys/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/lib.rs b/sys/src/lib.rs
new file mode 100644
index 0000000..e391edb
--- /dev/null
+++ b/sys/src/lib.rs
@@ -0,0 +1,2 @@
+pub mod tabs;
+pub mod windows;