Change package.metadata.winres to package.metadata.winresource (#39364)

Use `package.metadata.winresource` per:
https://docs.rs/winresource/0.1.23/winresource/struct.WindowsResource.html#impl-WindowsResource

I think this was missed in #39344.

Testing: No tests for Cargo.toml edit.

Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
Alex Touchet 2025-09-17 20:39:17 -07:00 committed by GitHub
parent 020b82e1fe
commit 975ca3a3f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ cc = "1.2"
[target.'cfg(windows)'.build-dependencies]
winresource = "0.1"
[package.metadata.winres]
[package.metadata.winresource]
FileDescription = "Servo"
LegalCopyright = "© The Servo Project Developers"
OriginalFilename = "servo.exe"