mirror of
https://github.com/servo/servo.git
synced 2025-09-19 19:30:10 +01:00
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:
parent
020b82e1fe
commit
975ca3a3f6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue