mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-13 14:11:30 +11:00
Merge pull request #160 from mitchmindtree/publish
Publish 0.6.3 with recent non-breaking macOS fixes
This commit is contained in:
commit
544ee13bf3
|
@ -14,8 +14,7 @@ addons:
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
if [ $TRAVIS_OS_NAME = osx ]; then
|
if [ $TRAVIS_OS_NAME = osx ]; then
|
||||||
sh ~/rust-installer/rustup.sh -y --disable-sudo --prefix=/Users/travis/rust \
|
rustup target add x86_64-apple-ios
|
||||||
--add-target=x86_64-apple-ios
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "winit"
|
name = "winit"
|
||||||
version = "0.6.2"
|
version = "0.6.3"
|
||||||
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||||
description = "Cross-platform window creation library."
|
description = "Cross-platform window creation library."
|
||||||
keywords = ["windowing"]
|
keywords = ["windowing"]
|
||||||
|
|
Loading…
Reference in a new issue