Update glutin

This commit is contained in:
Jeremy Soller 2022-12-15 11:55:34 -07:00
parent 535ac222c8
commit 915e52971c
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE

View File

@ -1,6 +1,6 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/glutin.git"
branch = "redox-0.29"
branch = "redox-0.30"
upstream = "https://github.com/rust-windowing/glutin.git"
[build]
@ -12,8 +12,6 @@ dependencies = [
]
script = """
EXAMPLES=(
multiwindow
transparent
window
)
for example in "${EXAMPLES[@]}"