mirror of
https://github.com/tauri-apps/winit.git
synced 2026-02-04 02:11:19 +01:00
Rename package name and keep the library name to winit
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user