From 0396d313791af347f31d004bbf2842fb11244fac Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Sat, 18 Oct 2025 14:24:04 +0300 Subject: Update --- Cargo.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.3-70-g09d2