multi gpu

This commit is contained in:
Robin Appelman 2026-04-06 23:50:41 +02:00
commit 217933c1a1
15 changed files with 234 additions and 129 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "sidewindow"
version = "1.3.1"
version = "1.4.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2024"
rust-version = "1.88.0"
@ -26,6 +26,7 @@ if-addrs = "0.15.0"
sysconf = "0.3.4"
thiserror = "2.0.18"
clap = { version = "4.6.0", features = ["derive"] }
either = "1.15.0"
[target.'cfg(not(windows))'.dependencies]
procfs = "0.18.0"