chore: use a shared version number for all winit-* crates

This commit is contained in:
Mads Marquart 2025-06-08 02:22:58 +02:00 committed by GitHub
parent e540062ac0
commit e1bccb68d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 22 additions and 21 deletions

View file

@ -12,7 +12,7 @@ license.workspace = true
name = "winit-web"
repository.workspace = true
rust-version.workspace = true
version = "0.0.0"
version.workspace = true
[features]
serde = ["dep:serde", "bitflags/serde", "smol_str/serde", "dpi/serde"]