We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e911634 commit 608956dCopy full SHA for 608956d
1 file changed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "inputbox"
3
version = "0.0.1"
4
-edition = "2024"
+edition = "2021"
5
authors = ["Mivik <mivikq@gmail.com>", "sjfhsjfh <sjfhsjfh@qq.com>"]
6
description = "A cross-platform, native GUI input box."
7
license = "MIT"
@@ -10,6 +10,7 @@ homepage = "https://github.com/Mivik/inputbox"
10
documentation = "https://docs.rs/inputbox"
11
categories = ["gui", "command-line-interface"]
12
keywords = ["ui", "dialog", "input", "native"]
13
+rust-version = "1.71.0"
14
15
[lib]
16
0 commit comments