Add meson build

This commit is contained in:
dec05eba
2024-08-05 04:24:59 +02:00
parent 2aa81b741c
commit f0bcf73ba3
10 changed files with 99 additions and 34 deletions

View File

@@ -4,5 +4,8 @@ type = "executable"
version = "0.1.0"
platforms = ["posix"]
[config]
ignore_dirs = ["build"]
[dependencies]
x11 = ">=1"