aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-10-18 14:24:04 +0300
committerPetri Hienonen <petri.hienonen@gmail.com>2025-10-18 14:24:04 +0300
commit0396d313791af347f31d004bbf2842fb11244fac (patch)
tree2cae5a5b55e610b7e3d19667032fefeb8018f4de /Cargo.toml
downloadwallpaper-0396d313791af347f31d004bbf2842fb11244fac.tar.zst
Update
Diffstat (limited to '')
-rw-r--r--Cargo.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..7cdfe6d
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,19 @@
+[package]
+name = "hyprland-live-wallpaper"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+wgpu = "27"
+pollster = "0.4"
+wayland-client = "0.31"
+wayland-protocols = { version = "0.32", features = ["client"] }
+log = "0.4"
+env_logger = "0.11"
+anyhow = "1.0"
+clap = { version = "4.4", features = ["derive"] }
+serde = { version = "1.0", features = ["derive"] }
+toml = "0.9"
+bytemuck = "1.24.0"
+winit = "0.30.12"
+serde_json = "1.0.145"