feat: documentation, license and hyprpm

This commit is contained in:
Virt 2024-06-22 16:58:21 +02:00
commit ee3f55d9e4
4 changed files with 78 additions and 1 deletions

7
hyprpm.toml Normal file
View file

@ -0,0 +1,7 @@
[dynamic-cursors]
description = "make your cursors more realistic"
authors = ["Virt"]
output = "out/dynamic-cursors.so"
build = [
"make all",
]