mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00:00
This lint warns on each `macro_use` attribute on an extern crate. Such a way of importing macros from a crate is being phased out. Instead of it, we should directly import the needed macro using `use` import. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
GUI client
- An experimental GUI based of glutin and glow library.
- Sample command to run the ui client:
cargo run --bin ironrdp-gui-client -- -u SimpleUsername -p SimplePassword! --avc444 --thin-client --small-cache --capabilities 0xf 192.168.1.100:3389 - If the GUI has artifacts it can be dumped to a file using the gfx_dump_file parameter. Later the ironrdp-replay-client binary can be used to debug and fix any issues in the renderer.
This crate is part of the IronRDP project.