Rename package name and keep the library name to winit

This commit is contained in:
Ngo Iok Ui
2021-03-26 10:04:09 +08:00
parent e8cdf8b092
commit 8341de9d4d

View File

@@ -1,5 +1,5 @@
[package]
name = "winit"
name = "tauri-winit"
version = "0.24.0"
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
@@ -11,6 +11,9 @@ repository = "https://github.com/rust-windowing/winit"
documentation = "https://docs.rs/winit"
categories = ["gui"]
[lib]
name = "winit"
[package.metadata.docs.rs]
features = ["serde", "web-sys"]
default-target = "x86_64-unknown-linux-gnu"