virtual-display-rs icon indicating copy to clipboard operation
virtual-display-rs copied to clipboard

A Windows virtual display driver to add multiple virtual monitors to your PC! For Win10+. Works with VR, obs, streaming software, etc

Results 17 virtual-display-rs issues
Sort by recently updated
recently updated
newest added

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.117. Release notes Sourced from serde_json's releases. v1.0.117 Resolve unexpected_cfgs warning (#1130) Commits 0ae247c Release 1.0.117 4517c7a PartialEq is not implemented between Value and 128-bit...

dependencies

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.200 to 1.0.201. Release notes Sourced from serde's releases. v1.0.201 Resolve unexpected_cfgs warning (#2737) Commits b4f1bc1 Release 1.0.201 029ab46 Merge pull request #2737 from dtolnay/checkcfg 220ca0c Resolve...

dependencies

Bumps [paste](https://github.com/dtolnay/paste) from 1.0.14 to 1.0.15. Release notes Sourced from paste's releases. 1.0.15 Resolve unexpected_cfgs warning (#102) Commits a2c7e27 Release 1.0.15 1d23098 Merge pull request #102 from dtolnay/checkcfg 1edfaae Resolve...

dependencies

Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.15.0 to 1.16.0. Changelog Sourced from bytemuck's changelog. 1.16.0 Adds a const_zeroed feature (MSRV 1.75) which puts a zeroed fn at the crate root. This is just...

dependencies

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.60. Release notes Sourced from thiserror's releases. 1.0.60 Resolve unexpected_cfgs warning (#298) Commits 870d11b Release 1.0.60 0ccee7c Merge pull request #298 from dtolnay/checkcfg cf43d0c Resolve...

dependencies

- [ ] `read_persistent`, `load_persistent`, `revert_to_persistent` _Originally posted by @Dampfwalze in https://github.com/MolotovCherry/virtual-display-rs/issues/116#issuecomment-2054036704_ - [ ] Sending Result and making proper error types specific to the functions _https://github.com/MolotovCherry/virtual-display-rs/pull/116#discussion_r1564658911_

This is my go on the IPC API. The driver events are now expressed by a [`Stream`](https://docs.rs/futures/latest/futures/stream/trait.Stream.html). This also allowes for multiple listeners. Using the sync API, one can now...

The latest master build has a lot of features and fixes, and is stable. Between the current stable release and latest master, these are the following feature changes: - no...

enhancement

Related: #101 ``` root ├───rust │ └───dart_vdd # Rust - Dart bridge (Dart package) │ ├───example │ │ └───dart_vdd_example.dart │ ├───lib │ │ └───src │ │ └───generated │ │ └───api.dart...

HDR support is coming in idd 1.10[^1], which enables us to support HDR and WCG. This is only possible in Windows 11 22H2 Sept Update + however, since it is...

enhancement