mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 08:03:21 +02:00

* fix: building on latest hyprland version Signed-off-by: rooot <hey@rooot.gay> * chore: update commit pins for hyprpm --------- Signed-off-by: rooot <hey@rooot.gay> Co-authored-by: Virt <41426325+VirtCode@users.noreply.github.com>
22 lines
1.1 KiB
TOML
22 lines
1.1 KiB
TOML
[repository]
|
|
name = "dynamic-cursors"
|
|
authors = "Virt"
|
|
commit_pins = [
|
|
# v Hyprland v hypr-dynamic-cursors
|
|
["918d8340afd652b011b937d29d5eea0be08467f5", "f0409be76564171a97a792deabab3bd0528fe40c"], # v0.41.2
|
|
["9a09eac79b85c846e3a865a9078a3f8ff65a9259", "ddfea3a29c9badf6dabe12be86e4c5ba6d5507ad"], # v0.42.0
|
|
["0f594732b063a90d44df8c5d402d658f27471dfe", "ddfea3a29c9badf6dabe12be86e4c5ba6d5507ad"], # v0.43.0
|
|
["0c7a7e2d569eeed9d6025f3eef4ea0690d90845d", "3ff4c2a053f7673b3b8cd45ada0886cbda13ebcc"], # v0.44.0
|
|
["4520b30d498daca8079365bdb909a8dea38e8d55", "3ff4c2a053f7673b3b8cd45ada0886cbda13ebcc"], # v0.44.1
|
|
["a425fbebe4cf4238e48a42f724ef2208959d66cf", "81f4b964f997a3174596ef22c7a1dee8a5f616c7"], # v0.45.0
|
|
["500d2a3580388afc8b620b0a3624147faa34f98b", "81f4b964f997a3174596ef22c7a1dee8a5f616c7"], # v0.45.1
|
|
["12f9a0d0b93f691d4d9923716557154d74777b0a", "81f4b964f997a3174596ef22c7a1dee8a5f616c7"], # v0.45.2
|
|
]
|
|
|
|
[dynamic-cursors]
|
|
description = "make your cursors more realistic"
|
|
authors = ["Virt"]
|
|
output = "out/dynamic-cursors.so"
|
|
build = [
|
|
"make all",
|
|
]
|