forked from quickshell/quickshell
refactor: move socket and datastream types to Io module
This commit is contained in:
parent
f45d298b66
commit
14e1d2d162
12 changed files with 26 additions and 13 deletions
7
src/io/module.md
Normal file
7
src/io/module.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
name = "Quickshell.Io"
|
||||
description = "Io types"
|
||||
headers = [
|
||||
"datastream.hpp",
|
||||
"socket.hpp",
|
||||
]
|
||||
-----
|
Loading…
Add table
Add a link
Reference in a new issue