Bump MSRV to 1.64 (#81)

raw-window-handle bumped MSRV, so should we
This commit is contained in:
John Nunley 2023-03-17 19:56:10 -07:00 committed by GitHub
parent 1381217fe5
commit 77f9f68f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ repository = "https://github.com/rust-windowing/softbuffer"
keywords = ["framebuffer", "windowing"]
categories = ["game-development", "graphics", "gui", "multimedia", "rendering"]
exclude = ["examples"]
rust-version = "1.60.0"
rust-version = "1.64.0"
[features]
default = ["x11", "wayland", "wayland-dlopen"]