Mads Marquart
f93a223da9
Clean up cargo-deny
...
Remove the matrix in the CI action; EmbarkStudios/cargo-deny#324 hasn't been resolved yet, but since we've split Winit out into multiple crates, there's still value in minimizing dependency conflicts even if they won't be hit by users, since e.g. Rust-Analyzer will by default check the entire workspace (and thus download and compile duplicate dependencies).
2026-03-28 10:28:31 +09:00
dependabot[bot]
d75a0dada0
chore: bump actions/deploy-pages from 4 to 5 ( #4545 )
2026-03-26 06:32:41 +01:00
Mads Marquart
ba856e127a
Fix CI ( #4546 )
...
* Fix cargo-deny erroring on new jni-sys version
* Fix unicode-segmentation bumping MSRV
* Fix cargo-deny finding new script in android-activity
2026-03-26 05:26:54 +01:00
dependabot[bot]
eced28824b
chore: bump taiki-e/cache-cargo-install-action ( #4456 )
2026-01-28 19:34:50 +01:00
dependabot[bot]
da6220060e
chore: bump the github-actions version
2025-12-21 19:44:09 +09:00
Kirill Chibisov
a3f7e6566a
ci: fix eslint version to 9.38.0
...
9.39.0 has an issue with unified-signatures.
Links: https://github.com/eslint/eslint/issues/20272
2025-11-01 12:52:30 +09:00
Kirill Chibisov
42d256e926
ci: fix version of smol_str
2025-10-24 21:01:20 +09:00
Kirill Chibisov
c333003514
Bump MSRV to 1.85 and edition to 2024
2025-10-20 00:01:36 +09:00
dependabot[bot]
b13b39aa0b
chore: bump ci deps versions
2025-08-23 21:19:46 +09:00
Kirill Chibisov
3a84da6951
Move winit itself to crate
...
That way we use top-level Cargo.toml only for the workspace management
purposes.
2025-06-07 13:07:12 +09:00
Mads Marquart
e542a78deb
Move Web backend to winit-web
2025-05-26 14:56:00 +09:00
Mads Marquart
5f2c7350e9
Move AppKit (macOS) backend to winit-appkit ( #4248 )
2025-05-25 17:37:40 +02:00
Mads Marquart
256bbe949e
Move X11 backend to winit-x11 ( #4253 )
2025-05-25 17:24:00 +02:00
Mads Marquart
1126e9ea2f
Move Wayland backend to winit-wayland ( #4252 )
2025-05-25 16:48:07 +02:00
Mads Marquart
927af44aa4
Move UIKit backend to winit-uikit
2025-05-25 23:19:30 +09:00
Mads Marquart
0adc0898f0
Move shared code to a new crate winit-common
2025-05-25 20:41:28 +09:00
Mads Marquart
3b986f5583
Move Windows backend to winit-win32
2025-05-25 12:13:25 +09:00
Mads Marquart
b1f8d778a1
Move Android backend to winit-android ( #4250 )
2025-05-24 13:29:53 +02:00
Mads Marquart
47b938dbe7
Split Orbital backend out into winit-orbital ( #4243 )
2025-05-21 13:12:55 +02:00
Kirill Chibisov
b5a6a4e616
ci: test winit-core
2025-05-14 21:18:44 +09:00
Kirill Chibisov
519947463f
Bump MSRV to 1.80
2025-05-05 21:55:12 +09:00
Daniel McNab
ecc884ac91
dpi: make no_std compatible
2025-04-20 14:46:15 +09:00
Kirill Chibisov
d7d20507ed
ci: disable 32-bit windows gnu on nightly
2025-02-20 22:03:03 +03:00
daxpedda
7fbc2118b6
Add support for MacOS ARM64 ( #3862 )
2024-08-13 23:01:17 +02:00
dependabot[bot]
42ba0a74e0
build(deps): bump EmbarkStudios/cargo-deny-action
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: daxpedda <daxpedda@gmail.com >
2024-08-04 15:14:12 +03:00
daxpedda
02a0a91a94
Remove raw-window-handle v0.4 and v0.5 support ( #3831 )
2024-08-04 00:18:39 +02:00
daxpedda
3398ebe467
Use Taplo for TOML formatting
2024-07-28 17:38:44 +02:00
dependabot[bot]
21c121f9b3
Bump GitHub Actions actions/cache and actions/configure-pages ( #3836 )
2024-07-28 17:06:44 +02:00
daxpedda
7892e86731
Move to TypeScript ( #3830 )
...
This moves our JS file to use TS instead, which allows us to use a proper linter to check the code.
All related files where moved out from the root in a dedicated folder to avoid polluting the Rust environment.
2024-07-27 18:26:52 +02:00
daxpedda
c9c260ca08
Exclude Redox OS from the MSRV policy ( #3811 )
...
Redox OS requires a Rust nightly toolchain to compile at the moment.
2024-07-23 13:46:35 +02:00
daxpedda
73c01fff96
Run doc tests on Web as well ( #3799 )
2024-07-20 21:20:18 +02:00
daxpedda
d5fd8682eb
Web: use the word "Web" correctly and consistently ( #3785 )
2024-07-10 16:17:39 +02:00
John Nunley
10dc0674bb
ci: Use taiki-e/checkout-action
...
taiki-e/checkout-action has a few advantages over actions/checkout,
such as:
- It is written in Bash rather than Node.js
- It does not have frequent breaking changes, reducing churn
Signed-off-by: John Nunley <dev@notgull.net >
2024-06-23 12:28:58 -07:00
daxpedda
3e6092b8ed
Web: implement WaitUntilStrategy ( #3739 )
2024-06-20 23:07:42 +02:00
daxpedda
1552eb21f7
Bump MSRV to v1.73 ( #3743 )
2024-06-20 11:09:15 +02:00
Kirill Chibisov
7b0c7b6cb2
chore(rustfmt): use nightly ( #2325 )
...
Stable rustfmt lacks a lot of features resulting in worse formatted
code, thus use nightly formatter.
2024-04-26 17:11:44 +02:00
Bruce Mitchener
b79acd8a5a
ci: Update all jobs to actions/checkout@v4
...
Updates the checkout action to the latest version
2024-04-13 20:50:41 -07:00
Mads Marquart
fedb944d57
chore(docs): make changelogs visible on docsrs
...
Split changelog file to make it more comprehensible when reading and
also make it a part of documentation so it'll be more discoverable
by the users. This change also makes it possible for rust code inside
the changelogs to be tested with `cargo`.
Co-authored-by: Kirill Chibisov <contact@kchibisov.com >
2024-03-15 17:19:19 +04:00
Kirill Chibisov
249d5d8bff
bugfix(dpi): PhysicalUnit::to_logical computation
...
The conversion of PhysicalUnit was wrongly computed and the tests were
not running on the CI for the dpi crate, thus it was missed, even though
the test was correctly failing.
Signed-off-by: John Nunley <dev@notgull.net >
Signed-off-by: Kirill Chibisov <contact@kchibisov.com >
2024-03-13 12:58:39 +04:00
AmeKnite
b2f9fad654
ci: add typos-cli
...
Given that typos are frequent and may appear in the public API spell
check code on CI.
2024-03-07 18:03:38 +04:00
Kirill Chibisov
a8c7109e89
Pin bumpalo to 3.14.0 on CI
2024-02-21 14:44:29 +04:00
Mads Marquart
2bc1943188
Pin ahash in CI ( #3498 )
...
Co-authored-by: Kirill Chibisov <contact@kchibisov.com >
2024-02-16 17:51:48 +01:00
daxpedda
37b6243289
Deploy master docs to GitHub Pages ( #3359 )
2024-01-05 15:05:12 +01:00
daxpedda
ac247cd081
Fix missing target in docs.rs test ( #3358 )
2024-01-04 14:40:06 +01:00
daxpedda
ea1bfd254d
Add Wasm atomic target to CI ( #3357 )
2024-01-04 14:21:19 +01:00
daxpedda
178f5fda05
Test all docs.rs deployments ( #3356 )
2024-01-04 13:59:31 +01:00
Mads Marquart
42dbc4748e
Display all platform-specific documentation on docs.rs ( #3076 )
2024-01-04 12:54:35 +01:00
daxpedda
e37585e5bc
Bump MSRV to 1.70 ( #3287 )
2023-12-22 23:27:36 +01:00
daxpedda
9df7fc47a1
Install cargo-apk with the stable toolchain
2023-09-16 16:17:53 +04:00
John Nunley
c00c1e9eb7
Add an MSRV policy to the README ( #3046 )
2023-09-08 17:34:55 +02:00