mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Update URLs (#863)
This commit is contained in:
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -2,4 +2,4 @@
|
|||||||
- [ ] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users
|
- [ ] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users
|
||||||
- [ ] Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
|
- [ ] Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
|
||||||
- [ ] Created an example program if it would help users understand this functionality
|
- [ ] Created an example program if it would help users understand this functionality
|
||||||
- [ ] Updated [feature matrix](https://github.com/tomaka/winit/blob/master/FEATURES.md), if new features were added or implemented
|
- [ ] Updated [feature matrix](https://github.com/rust-windowing/winit/blob/master/FEATURES.md), if new features were added or implemented
|
||||||
|
|||||||
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,3 +1,3 @@
|
|||||||
[submodule "deps/apk-builder"]
|
[submodule "deps/apk-builder"]
|
||||||
path = deps/apk-builder
|
path = deps/apk-builder
|
||||||
url = https://github.com/tomaka/android-rs-glue
|
url = https://github.com/rust-windowing/android-rs-glue
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ description = "Cross-platform window creation library."
|
|||||||
keywords = ["windowing"]
|
keywords = ["windowing"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tomaka/winit"
|
repository = "https://github.com/rust-windowing/winit"
|
||||||
documentation = "https://docs.rs/winit"
|
documentation = "https://docs.rs/winit"
|
||||||
categories = ["gui"]
|
categories = ["gui"]
|
||||||
|
|
||||||
|
|||||||
30
FEATURES.md
30
FEATURES.md
@@ -192,18 +192,18 @@ Changes in the API that have been agreed upon but aren't implemented across all
|
|||||||
|Feature |Windows|MacOS |Linux x11|Linux Wayland|Android|iOS |Emscripten|
|
|Feature |Windows|MacOS |Linux x11|Linux Wayland|Android|iOS |Emscripten|
|
||||||
|------------------------------ | ----- | ---- | ------- | ----------- | ----- | ----- | -------- |
|
|------------------------------ | ----- | ---- | ------- | ----------- | ----- | ----- | -------- |
|
||||||
|
|
||||||
[#165]: https://github.com/tomaka/winit/issues/165
|
[#165]: https://github.com/rust-windowing/winit/issues/165
|
||||||
[#219]: https://github.com/tomaka/winit/issues/219
|
[#219]: https://github.com/rust-windowing/winit/issues/219
|
||||||
[#242]: https://github.com/tomaka/winit/issues/242
|
[#242]: https://github.com/rust-windowing/winit/issues/242
|
||||||
[#306]: https://github.com/tomaka/winit/issues/306
|
[#306]: https://github.com/rust-windowing/winit/issues/306
|
||||||
[#315]: https://github.com/tomaka/winit/issues/315
|
[#315]: https://github.com/rust-windowing/winit/issues/315
|
||||||
[#319]: https://github.com/tomaka/winit/issues/319
|
[#319]: https://github.com/rust-windowing/winit/issues/319
|
||||||
[#33]: https://github.com/tomaka/winit/issues/33
|
[#33]: https://github.com/rust-windowing/winit/issues/33
|
||||||
[#459]: https://github.com/tomaka/winit/issues/459
|
[#459]: https://github.com/rust-windowing/winit/issues/459
|
||||||
[#5]: https://github.com/tomaka/winit/issues/5
|
[#5]: https://github.com/rust-windowing/winit/issues/5
|
||||||
[#63]: https://github.com/tomaka/winit/issues/63
|
[#63]: https://github.com/rust-windowing/winit/issues/63
|
||||||
[#720]: https://github.com/tomaka/winit/issues/720
|
[#720]: https://github.com/rust-windowing/winit/issues/720
|
||||||
[#721]: https://github.com/tomaka/winit/issues/721
|
[#721]: https://github.com/rust-windowing/winit/issues/721
|
||||||
[#750]: https://github.com/tomaka/winit/issues/750
|
[#750]: https://github.com/rust-windowing/winit/issues/750
|
||||||
[#804]: https://github.com/tomaka/winit/issues/804
|
[#804]: https://github.com/rust-windowing/winit/issues/804
|
||||||
[#812]: https://github.com/tomaka/winit/issues/812
|
[#812]: https://github.com/rust-windowing/winit/issues/812
|
||||||
|
|||||||
Reference in New Issue
Block a user