vdswitcher 0.1.0

A simple tool to control virtual desktops on Windows 11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "vdswitcher"
version = "0.1.0"
edition = "2024"
description = "A simple tool to control virtual desktops on Windows 11"
homepage = "https://github.com/ranosura/vdswitcher"
repository = "https://github.com/ranosura/vdswitcher"
license = "GPL-3.0-only"
license-file = "LICENSE"
readme = "README.md"
keywords = ["windows", "cli"]

[dependencies]
winvd = "0.0.49"