refactor: move socket and datastream types to Io module

This commit is contained in:
outfoxxed 2024-03-03 01:59:31 -08:00
parent f45d298b66
commit 14e1d2d162
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
12 changed files with 26 additions and 13 deletions

7
src/io/module.md Normal file
View file

@ -0,0 +1,7 @@
name = "Quickshell.Io"
description = "Io types"
headers = [
"datastream.hpp",
"socket.hpp",
]
-----