winit/.github
Mads Marquart 9d5412ffe1
Move iOS and macOS implementations into new apple module (#3756)
Move iOS and macOS implementations to a shared folder called `apple`, to allow
us to reduce the code-duplication between these platforms in the future.

The folder structure is now:
- `src/platform_impl/apple/`
  - `appkit/`
  - `uikit/`
  - `example_shared_file.rs`
  - `mod.rs`

* Add preliminary support for tvOS, watchOS and visionOS
* Reduce duplication in Cargo.toml when specifying dependencies
2024-06-24 13:26:49 +02:00
..
ISSUE_TEMPLATE chore: add issue templates 2024-03-15 18:15:49 +04:00
workflows ci: Use taiki-e/checkout-action 2024-06-23 12:28:58 -07:00
CODEOWNERS Move iOS and macOS implementations into new apple module (#3756) 2024-06-24 13:26:49 +02:00
PULL_REQUEST_TEMPLATE.md chore(docs): make changelogs visible on docsrs 2024-03-15 17:19:19 +04:00