-
Notifications
You must be signed in to change notification settings - Fork 476
Closed
Labels
Description
SDL 2.0.6 added a bunch of features to allow SDL to interface with Vulkan, but these are currently missing from sdl2_sys
because it's still based on 2.0.5. Will the SDL version used in the crate be bumped up to 2.0.6 anytime soon? I'm interested in using SDL with Vulkan in Rust but I don't know how I can do this with the current state of things.
Furthermore, once this has been done, is anyone working on including Rustified versions of these functions, to be added to the sdl2
crate proper?