mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 16:13:21 +02:00
feat: rotate cursor around hotspot
This commit is contained in:
parent
204a79ebaf
commit
9a9830034c
9 changed files with 334 additions and 22 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME=dynamic-cursors
|
||||
SOURCE_FILES=$(wildcard ./src/*.cpp)
|
||||
SOURCE_FILES=$(wildcard ./src/*.cpp ./src/*/*.cpp)
|
||||
|
||||
all: $(PLUGIN_NAME).so
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue