mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Update glutin
This commit is contained in:
parent
535ac222c8
commit
915e52971c
@ -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[@]}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user