IronRDP/crates/ironrdp
Marc-André Lureau db6f4cdb7f refactor(server)!: drop support for pixelOrder
Dealing with multiple formats is sufficiently annoying, there isn't much
need for awkward image layout. This was done for efficiency reason for
bitmap encoding, but bitmap is really inefficient anyway and very few
servers will actually provide bottom to top images (except with GL/GPU
textures, but this is not in scope yet).

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2025-03-31 18:11:03 +02:00
..
examples refactor(server)!: drop support for pixelOrder 2025-03-31 18:11:03 +02:00
src style: run cargo +nightly fmt 2025-03-13 11:03:10 +01:00
Cargo.toml chore(release): prepare for publishing (#701) 2025-03-13 09:57:35 +00:00
CHANGELOG.md chore(release): prepare for publishing (#701) 2025-03-13 09:57:35 +00:00
LICENSE-APACHE chore: symlinks to license files in packages (#604) 2024-12-11 08:13:26 -05:00
LICENSE-MIT chore: symlinks to license files in packages (#604) 2024-12-11 08:13:26 -05:00
README.md docs(ironrdp): README.md dedicated to the meta crate (#582) 2024-11-20 11:15:29 +00:00

IronRDP meta crate

A meta crate re-exporting IronRDP crates for convenience.

This crate is part of the IronRDP project.