Draft iced_devtools subcrate structure
This commit is contained in:
parent
3f67044977
commit
a719b0596c
5 changed files with 201 additions and 2 deletions
18
devtools/Cargo.toml
Normal file
18
devtools/Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "iced_devtools"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
categories.workspace = true
|
||||
keywords.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
iced_program.workspace = true
|
||||
iced_widget.workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue