1
0
mirror of https://github.com/artizirk/wdisplays.git synced 2025-12-09 01:25:12 +02:00

initialize repository

This commit is contained in:
Jason Francis
2019-07-05 22:51:52 -04:00
commit b278730ddd
14 changed files with 2502 additions and 0 deletions

5
meson.build Normal file
View File

@@ -0,0 +1,5 @@
project('wdisplay', 'c')
subdir('protocol')
subdir('resources')
subdir('src')