quickshell/src/io/module.md
outfoxxed 5e2fb14551
io/ipchandler: add IpcHandler and qs msg
Also reworks the whole ipc system to use serialized variants.
2024-09-13 02:50:42 -07:00

10 lines
154 B
Markdown

name = "Quickshell.Io"
description = "Io types"
headers = [
"datastream.hpp",
"socket.hpp",
"process.hpp",
"fileview.hpp",
"ipchandler.hpp",
]
-----