mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 18:24:08 +02:00
multi gpu
This commit is contained in:
parent
22c82c59af
commit
217933c1a1
15 changed files with 234 additions and 129 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue