mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 14:51:30 +11:00
commit
4bfa7980ec
|
@ -12,7 +12,6 @@ addons:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- secure: "FfubMXYXu2e7chvdfKBkc+aKPkvoBOb5Idg0KCYuD++qPFIBYg6pUE8H8WvU+V7RsEBu5vshhn3dzjkKs+LXIdo5PQUMZutAgy83g5SGxRn8Ra79GjBVBs6+XOEhFun/+7fGj2Ly/AK6BTDpqyYAhAUS7jIaF6/+JWNwPwEYfdQ="
|
|
||||||
- secure: "kVjHgK+6ivT5tUleNH/m6+69tPf8gkPNSPLsnXrkMJaIeXSnnKKQegP1O0UCThYAUbbwrUGlrKJUngDxkD8jSANhzAULX9t1iXho41InzYBEErTanXBYF8WO1rK1keKjLwiYw4KuvbiBoSeKabzQRwv0kMttxY57+hKVROr5dSg="
|
- secure: "kVjHgK+6ivT5tUleNH/m6+69tPf8gkPNSPLsnXrkMJaIeXSnnKKQegP1O0UCThYAUbbwrUGlrKJUngDxkD8jSANhzAULX9t1iXho41InzYBEErTanXBYF8WO1rK1keKjLwiYw4KuvbiBoSeKabzQRwv0kMttxY57+hKVROr5dSg="
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
@ -24,14 +23,6 @@ os:
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- |
|
|
||||||
[ $TRAVIS_BRANCH = master ] &&
|
|
||||||
[ $TRAVIS_PULL_REQUEST = false ] &&
|
|
||||||
cargo doc &&
|
|
||||||
echo '<meta http-equiv=refresh content=0;url=glutin/index.html>' > target/doc/index.html &&
|
|
||||||
sudo pip install ghp-import &&
|
|
||||||
ghp-import -n target/doc &&
|
|
||||||
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
|
|
||||||
- |
|
- |
|
||||||
[ $TRAVIS_BRANCH = master ] &&
|
[ $TRAVIS_BRANCH = master ] &&
|
||||||
[ $TRAVIS_PULL_REQUEST = false ] &&
|
[ $TRAVIS_PULL_REQUEST = false ] &&
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords = ["windowing", "opengl"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tomaka/glutin"
|
repository = "https://github.com/tomaka/glutin"
|
||||||
documentation = "https://tomaka.github.io/glutin/"
|
documentation = "https://docs.rs/glutin"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
[![](http://meritbadge.herokuapp.com/glutin)](https://crates.io/crates/glutin)
|
[![](http://meritbadge.herokuapp.com/glutin)](https://crates.io/crates/glutin)
|
||||||
|
|
||||||
|
[![Docs.rs](https://docs.rs/glutin/badge.svg)](https://docs.rs/glutin)
|
||||||
|
|
||||||
Alternative to GLFW in pure Rust.
|
Alternative to GLFW in pure Rust.
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/tomaka/glutin.png?branch=master)](https://travis-ci.org/tomaka/glutin)
|
[![Build Status](https://travis-ci.org/tomaka/glutin.png?branch=master)](https://travis-ci.org/tomaka/glutin)
|
||||||
|
@ -13,7 +15,7 @@ Alternative to GLFW in pure Rust.
|
||||||
glutin = "*"
|
glutin = "*"
|
||||||
```
|
```
|
||||||
|
|
||||||
## [Documentation](http://tomaka.github.io/glutin/)
|
## [Documentation](https://docs.io/glutin)
|
||||||
|
|
||||||
## Try it!
|
## Try it!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue