Robin Quint
Robin Quint
I think I addressed everything above in this new commit. I added x11 and x11-dl as optional dependencies, x11-dl being enabled by default. There does not seem to be a...
I just noticed that `--no-default-features` seems to be ignored for running the winit example, I am not sure if I made a mistake or this is a cargo quirk.
I now made every feature optional, but made x11-dl and xcb the default, so that every platform just works without enabling any features manually. A possible problem I see is...
> > I just noticed that `--no-default-features` seems to be ignored for running the winit example, I am not sure if I made a mistake or this is a cargo...
> And on that note, Rust naming says to not use `get_` prefixes; can we come up with a better name? `has_present_support(for_display_handle)()` perhaps? I would probably prefer keeping the get_prefix,...
I added a simple loop to the example that prints info about every physical device.
> > winit seems to not actually support xcb as far as I can tell. > > I just ran into [rust-windowing/winit#3198](https://github.com/rust-windowing/winit/issues/3198) Since I can't get winit to use xcb,...
I now added a basic xcb example, the xcb code seems to be working just fine. Not sure if the example should be kept though...
> > Since I can't get winit to use xcb, I might test the xcb code by creating a window with the xcb crate directly. Might take some time to...
> Looks like I forgot to submit this outstanding review. Don't forget to address https://github.com/ash-rs/ash/pull/774/files#r1378560481 :) I can add this to the changelog, I was just hesitant because of the...